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 |
---|---|
Future<CheckList> |
ConsulClient.healthChecks(String service)
Like
ConsulClient.healthChecks(String, Handler) but returns a Future of the asynchronous result. |
Future<CheckList> |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options)
Like
ConsulClient.healthChecksWithOptions(String, CheckQueryOptions, Handler) but returns a Future of the asynchronous result. |
Future<CheckList> |
ConsulClient.healthState(HealthState healthState)
Like
ConsulClient.healthState(HealthState, Handler) but returns a Future of the asynchronous result. |
Future<CheckList> |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Like
ConsulClient.healthStateWithOptions(HealthState, CheckQueryOptions, Handler) but returns a Future of the asynchronous result. |
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
|
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
|
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> |
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
|
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 © 2021 Eclipse. All rights reserved.