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 |
---|---|
Future<CheckList> |
ConsulClient.healthState(HealthState healthState)
Like
ConsulClient.healthState(HealthState, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.healthState(HealthState healthState,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
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
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthState(HealthState healthState)
Returns the checks in the specified status
|
ConsulClient |
ConsulClient.healthState(HealthState healthState,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
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.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.healthState(HealthState healthState)
Returns the checks in the specified status
|
ConsulClient |
ConsulClient.healthState(HealthState healthState,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
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.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 © 2021 Eclipse. All rights reserved.