| Package | Description | 
|---|---|
| io.vertx.reactivex.servicediscovery | |
| io.vertx.rxjava.servicediscovery | |
| io.vertx.servicediscovery | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDiscoveryOptions | 
ServiceDiscovery.options()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options)
Creates an instance of  
ServiceDiscovery. | 
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options,
      Handler<ServiceDiscovery> completionHandler)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDiscoveryOptions | 
ServiceDiscovery.options()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options)
Creates an instance of  
ServiceDiscovery. | 
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options,
      Handler<ServiceDiscovery> completionHandler)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDiscoveryOptions | 
ServiceDiscovery.options()  | 
ServiceDiscoveryOptions | 
ServiceDiscoveryOptions.setAnnounceAddress(String announceAddress)
Sets the event bus address on which the service arrivals, departures and modifications are announced. 
 | 
ServiceDiscoveryOptions | 
ServiceDiscoveryOptions.setAutoRegistrationOfImporters(boolean autoRegistrationOfImporters)
Sets whether or not the registration of importers declared as SPI is enabled. 
 | 
ServiceDiscoveryOptions | 
ServiceDiscoveryOptions.setBackendConfiguration(JsonObject backendConfiguration)
Sets the configuration passed to the  
ServiceDiscoveryBackend. | 
ServiceDiscoveryOptions | 
ServiceDiscoveryOptions.setName(String name)
Sets the service discovery name used in the service usage events. 
 | 
ServiceDiscoveryOptions | 
ServiceDiscoveryOptions.setUsageAddress(String usageAddress)
Sets the usage address: the event bus address on which are sent the service usage events (bind / release). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options)
Creates an instance of  
ServiceDiscovery. | 
static ServiceDiscovery | 
ServiceDiscovery.create(Vertx vertx,
      ServiceDiscoveryOptions options,
      Handler<ServiceDiscovery> completionHandler)
Deprecated. 
 
this will be removed in Vert.x 4, instead use  
ServiceDiscovery.create(Vertx, ServiceDiscoveryOptions) | 
static void | 
ServiceDiscoveryOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ServiceDiscoveryOptions obj)  | 
static void | 
ServiceDiscoveryOptionsConverter.toJson(ServiceDiscoveryOptions obj,
      JsonObject json)  | 
static void | 
ServiceDiscoveryOptionsConverter.toJson(ServiceDiscoveryOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
ServiceDiscoveryOptions(ServiceDiscoveryOptions other)
Creates a new instance of  
ServiceDiscoveryOptions by copying the values from another instance. | 
Copyright © 2020 Eclipse. All rights reserved.