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 |
---|---|
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.healthNodesWithOptions(String node,
CheckQueryOptions options)
Like
ConsulClient.healthNodesWithOptions(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. |
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.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.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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 |
---|---|
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.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.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
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
|
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.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.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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 |
---|---|
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.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.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
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
|
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.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.healthNodesWithOptions(String node,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks specific to the node provided on the path.
|
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.healthChecks(String service)
Returns the checks associated with the service
|
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.healthState(HealthState healthState)
Returns the checks in the specified status
|
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.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.rxHealthNodesWithOptions(String node,
CheckQueryOptions options)
Returns the checks specific to the node provided on the path.
|
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
|
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.