Uses of Class
io.vertx.ext.consul.CheckList
-
Packages that use CheckList Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of CheckList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckList Modifier and Type Method Description CheckList
CheckList. setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested list of checksCheckList
CheckList. setList(List<Check> list)
Set list of checksMethods in io.vertx.ext.consul that return types with arguments of type CheckList Modifier and Type Method Description Future<CheckList>
ConsulClient. healthChecks(String service)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Future<CheckList>
ConsulClient. healthState(HealthState healthState)
Returns the checks in the specified statusFuture<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.static Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.Constructors in io.vertx.ext.consul with parameters of type CheckList Constructor Description CheckList(CheckList other)
Copy constructor -
Uses of CheckList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type CheckList Modifier and Type Method Description Future<CheckList>
ConsulClient. healthChecks(String service)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Future<CheckList>
ConsulClient. healthState(HealthState healthState)
Returns the checks in the specified statusFuture<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.Single<CheckList>
ConsulClient. rxHealthChecks(String service)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. rxHealthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<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 statusSingle<CheckList>
ConsulClient. rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes. -
Uses of CheckList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type CheckList Modifier and Type Method Description Single<CheckList>
ConsulClient. healthChecks(String service)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<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 statusSingle<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.Single<CheckList>
ConsulClient. rxHealthChecks(String service)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. rxHealthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<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 statusSingle<CheckList>
ConsulClient. rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.
-