| Package | Description |
|---|---|
| io.vertx.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
|
| Constructor and Description |
|---|
CheckList(CheckList other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
rx.Single<CheckList> |
ConsulClient.rxHealthChecks(String service)
Returns the checks associated with the service
|
rx.Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
| 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
|
Copyright © 2017. All rights reserved.