| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
static HealthState | 
HealthState.of(String key)  | 
static HealthState | 
HealthState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HealthState[] | 
HealthState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
|---|---|
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)  | 
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.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 
 | 
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 
 | 
Copyright © 2020 Eclipse. All rights reserved.