| Package | Description | 
|---|---|
| io.vertx.reactivex.servicediscovery | |
| io.vertx.rxjava.servicediscovery | |
| io.vertx.rxjava3.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. | 
| 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. | 
| 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. | 
| 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.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 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 © 2022 Eclipse. All rights reserved.