io.vertx.scala.servicediscovery
ServiceDiscoveryOptions
Companion object ServiceDiscoveryOptions
class ServiceDiscoveryOptions extends AnyRef
Options to configure the service discovery.
- Alphabetic
- By Inheritance
- ServiceDiscoveryOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ServiceDiscoveryOptions(_asJava: servicediscovery.ServiceDiscoveryOptions)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: servicediscovery.ServiceDiscoveryOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAnnounceAddress: String
- def getBackendConfiguration: JsonObject
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getName: String
- def getUsageAddress: String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def isAutoRegistrationOfImporters: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
setAnnounceAddress(value: String): ServiceDiscoveryOptions
Sets the event bus address on which the service arrivals, departures and modifications are announced.
Sets the event bus address on which the service arrivals, departures and modifications are announced. This address must be consistent in the whole application.
-
def
setAutoRegistrationOfImporters(value: Boolean): ServiceDiscoveryOptions
Sets whether or not the registration of importers declared as SPI is enabled.
-
def
setBackendConfiguration(value: JsonObject): ServiceDiscoveryOptions
Sets the configuration passed to the .
Sets the configuration passed to the . Refer to the backend documentation to get more details on the requirements. The default backend does not need any configuration.
-
def
setName(value: String): ServiceDiscoveryOptions
Sets the service discovery name used in the service usage events.
Sets the service discovery name used in the service usage events. If not set, the node id is used.
-
def
setUsageAddress(value: String): ServiceDiscoveryOptions
Sets the usage address: the event bus address on which are sent the service usage events (bind / release).
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )