| 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(JsonObject json,
CheckList obj) |
static void |
CheckListConverter.toJson(CheckList obj,
JsonObject 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(CheckStatus checkStatus,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
ConsulClient |
ConsulClient.healthStateWithOptions(CheckStatus checkStatus,
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(CheckStatus checkStatus)
Returns the checks in the specified status
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(CheckStatus checkStatus,
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(CheckStatus checkStatus,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
ConsulClient |
ConsulClient.healthStateWithOptions(CheckStatus checkStatus,
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(CheckStatus checkStatus)
Returns the checks in the specified status
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(CheckStatus checkStatus,
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(CheckStatus checkStatus,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
ConsulClient |
ConsulClient.healthStateWithOptions(CheckStatus checkStatus,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
Copyright © 2018 Eclipse. All rights reserved.