io.vertx.core.Future<CheckList> |
ConsulClient.healthChecks(String service) |
Returns the checks associated with the service
|
io.vertx.core.Future<CheckList> |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options) |
Returns the checks associated with the service
|
io.vertx.core.Future<CheckList> |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options) |
Returns the checks specific to the node provided on the path.
|
io.vertx.core.Future<CheckList> |
ConsulClient.healthState(HealthState healthState) |
Returns the checks in the specified status
|
io.vertx.core.Future<CheckList> |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options) |
Returns the checks in the specified status
|
static Watch<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
io.vertx.core.Vertx vertx,
ConsulClientOptions options) |
Creates Watch to monitoring the health checks of the nodes.
|
static Watch<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
io.vertx.core.Vertx vertx,
ConsulClientOptions options) |
Creates Watch to monitoring the health checks of the nodes.
|