| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.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 | 
|---|---|
ConsulClient | 
ConsulClient.catalogServiceNodesWithOptions(String service,
                              ServiceQueryOptions options,
                              Handler<AsyncResult<ServiceList>> resultHandler)
Returns the nodes providing a service 
 | 
ConsulService | 
ConsulService.catalogServiceNodesWithOptions(String service,
                              ServiceQueryOptions options,
                              Handler<AsyncResult<ServiceList>> resultHandler)  | 
static void | 
ServiceQueryOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ServiceQueryOptions obj)  | 
ConsulClient | 
ConsulClient.healthServiceNodesWithOptions(String service,
                             boolean passing,
                             ServiceQueryOptions options,
                             Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service. 
 | 
ConsulService | 
ConsulService.healthServiceNodesWithOptions(String service,
                             boolean passing,
                             ServiceQueryOptions options,
                             Handler<AsyncResult<ServiceEntryList>> resultHandler)  | 
static void | 
ServiceQueryOptionsConverter.toJson(ServiceQueryOptions obj,
      JsonObject json)  | 
static void | 
ServiceQueryOptionsConverter.toJson(ServiceQueryOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.catalogServiceNodesWithOptions(String service,
                              ServiceQueryOptions options,
                              Handler<AsyncResult<ServiceList>> resultHandler)
Returns the nodes providing a service 
 | 
ConsulClient | 
ConsulClient.healthServiceNodesWithOptions(String service,
                             boolean passing,
                             ServiceQueryOptions options,
                             Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service. 
 | 
Single<ServiceList> | 
ConsulClient.rxCatalogServiceNodesWithOptions(String service,
                                ServiceQueryOptions options)
Returns the nodes providing a service 
 | 
Single<ServiceEntryList> | 
ConsulClient.rxHealthServiceNodesWithOptions(String service,
                               boolean passing,
                               ServiceQueryOptions options)
Returns the nodes providing the service. 
 | 
Copyright © 2020 Eclipse. All rights reserved.