| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
CheckList | 
CheckList.setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested list of checks 
 | 
CheckList | 
CheckList.setList(List<Check> list)
Set list of checks 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CheckListConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        CheckList obj)  | 
static void | 
CheckListConverter.toJson(CheckList obj,
      JsonObject json)  | 
static void | 
CheckListConverter.toJson(CheckList obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.healthChecks(String service,
            Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulService | 
ConsulService.healthChecks(String service,
            Handler<AsyncResult<CheckList>> resultHandler)  | 
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulService | 
ConsulService.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)  | 
ConsulClient | 
ConsulClient.healthState(HealthState healthState,
           Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
ConsulService | 
ConsulService.healthState(HealthState healthState,
           Handler<AsyncResult<CheckList>> handler)  | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options,
                      Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
ConsulService | 
ConsulService.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions checkQueryOptions,
                      Handler<AsyncResult<CheckList>> handler)  | 
| Constructor and Description | 
|---|
CheckList(CheckList other)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<CheckList> | 
ConsulClient.rxHealthChecks(String service)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulService.rxHealthChecks(String service)  | 
Single<CheckList> | 
ConsulClient.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulService.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)  | 
Single<CheckList> | 
ConsulClient.rxHealthState(HealthState healthState)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulService.rxHealthState(HealthState healthState)  | 
Single<CheckList> | 
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions options)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulService.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions checkQueryOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.healthChecks(String service,
            Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulService | 
ConsulService.healthChecks(String service,
            Handler<AsyncResult<CheckList>> resultHandler)  | 
ConsulClient | 
ConsulClient.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service 
 | 
ConsulService | 
ConsulService.healthChecksWithOptions(String service,
                       CheckQueryOptions options,
                       Handler<AsyncResult<CheckList>> resultHandler)  | 
ConsulClient | 
ConsulClient.healthState(HealthState healthState,
           Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
ConsulService | 
ConsulService.healthState(HealthState healthState,
           Handler<AsyncResult<CheckList>> handler)  | 
ConsulClient | 
ConsulClient.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions options,
                      Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status 
 | 
ConsulService | 
ConsulService.healthStateWithOptions(HealthState healthState,
                      CheckQueryOptions checkQueryOptions,
                      Handler<AsyncResult<CheckList>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<CheckList> | 
ConsulClient.rxHealthChecks(String service)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.rxHealthChecksWithOptions(String service,
                         CheckQueryOptions options)
Returns the checks associated with the service 
 | 
Single<CheckList> | 
ConsulClient.rxHealthState(HealthState healthState)
Returns the checks in the specified status 
 | 
Single<CheckList> | 
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
                        CheckQueryOptions options)
Returns the checks in the specified status 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.healthChecks(String service,
            Handler<AsyncResult<CheckList>> resultHandler)
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.healthState(HealthState healthState,
           Handler<AsyncResult<CheckList>> resultHandler)
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 
 | 
Copyright © 2020 Eclipse. All rights reserved.