| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | |
| io.vertx.rxjava3.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
CheckQueryOptions | 
CheckQueryOptions.setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query 
 | 
CheckQueryOptions | 
CheckQueryOptions.setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CheckQueryOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        CheckQueryOptions obj)  | 
Future<CheckList> | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options)
Like  
ConsulClient.healthChecksWithOptions(String, CheckQueryOptions, Handler) but returns a Future of the asynchronous result. | 
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
Future<CheckList> | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options)
Like  
ConsulClient.healthStateWithOptions(HealthState, CheckQueryOptions, Handler) but returns a Future of the asynchronous result. | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options,
                      Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
static void | 
CheckQueryOptionsConverter.toJson(CheckQueryOptions obj,
      JsonObject json)  | 
static void | 
CheckQueryOptionsConverter.toJson(CheckQueryOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options)
Returns the checks associated with the service 
 | 
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options)
Returns the checks in the specified status 
 | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options,
                      Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulClient.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions options)
Returns the checks in the specified status 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options)
Returns the checks associated with the service 
 | 
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options)
Returns the checks in the specified status 
 | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options,
                      Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulClient.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions options)
Returns the checks in the specified status 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<CheckList> | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulClient.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions options)
Returns the checks in the specified status 
 | 
Copyright © 2023 Eclipse. All rights reserved.