Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul | |
io.vertx.rxjava3.ext.consul |
Modifier and Type | Method and Description |
---|---|
CheckQueryOptions |
CheckQueryOptions.setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query
|
CheckQueryOptions |
CheckQueryOptions.setDc(String dc)
Set an optional datacenter.
|
CheckQueryOptions |
CheckQueryOptions.setFilter(String expression)
Set the expression to filter the queries results prior to returning the data
|
CheckQueryOptions |
CheckQueryOptions.setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
|
CheckQueryOptions |
CheckQueryOptions.setNs(String namespace)
Sets the optional namespace to list checks.
|
Modifier and Type | Method and Description |
---|---|
Future<CheckList> |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options)
Like
ConsulClient.healthChecksWithOptions(String, CheckQueryOptions, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service
|
Future<CheckList> |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options)
Like
ConsulClient.healthNodesWithOptions(String, CheckQueryOptions, Handler) but returns a Future of the asynchronous result |
ConsulClient |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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
|
static Watch<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
static Watch<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options)
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.healthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
ConsulClient |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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
|
static Watch<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulClient.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
static Watch<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options)
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.healthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
ConsulClient |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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
|
static Watch<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulClient.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
static Watch<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Modifier and Type | Method and Description |
---|---|
Single<CheckList> |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulClient.healthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
Single<CheckList> |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
static Watch<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulClient.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
static Watch<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the health checks of the nodes. |
Copyright © 2024 Eclipse. All rights reserved.