| Package | Description |
|---|---|
| io.vertx.ext.consul |
| Modifier and Type | Method and Description |
|---|---|
ServiceQueryOptions |
ServiceQueryOptions.setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query
|
ServiceQueryOptions |
ServiceQueryOptions.setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
|
ServiceQueryOptions |
ServiceQueryOptions.setTag(String tag)
Set tag for filtering request results
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<ServiceList> |
ConsulClient.catalogServiceNodesWithOptions(String service,
ServiceQueryOptions options)
Like
ConsulClient.catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.catalogServiceNodesWithOptions(String service,
ServiceQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ServiceList>> resultHandler)
Returns the nodes providing a service
|
io.vertx.core.Future<ServiceEntryList> |
ConsulClient.healthServiceNodesWithOptions(String service,
boolean passing,
ServiceQueryOptions options)
Like
ConsulClient.healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.healthServiceNodesWithOptions(String service,
boolean passing,
ServiceQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service.
|
Copyright © 2024 Eclipse. All rights reserved.