io.vertx.core.Future<ServiceList> |
ConsulClient.catalogNodeServices(String node) |
Returns the node's registered services
|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogNodeServicesWithOptions(String node,
BlockingQueryOptions options) |
|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogServiceNodes(String service) |
Returns the nodes providing a service
|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogServiceNodesWithOptions(String service,
ServiceQueryOptions options) |
Returns the nodes providing a service
|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogServices() |
Returns the services registered in a datacenter
|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogServicesWithOptions(BlockingQueryOptions options) |
|
static Watch<ServiceList> |
Watch.services(io.vertx.core.Vertx vertx) |
Creates Watch to monitoring the list of available services.
|
static Watch<ServiceList> |
Watch.services(io.vertx.core.Vertx vertx,
ConsulClientOptions options) |
Creates Watch to monitoring the list of available services.
|