Uses of Class
io.vertx.ext.consul.CheckList
Packages that use CheckList
-
Uses of CheckList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckListModifier and TypeMethodDescriptionCheckList.setIndex(long index) Set Consul index, a unique identifier representing the current state of the requested list of checksSet list of checksMethods in io.vertx.ext.consul that return types with arguments of type CheckListModifier and TypeMethodDescriptionConsulClient.healthChecks(String service) Returns the checks associated with the serviceConsulClient.healthChecksWithOptions(String service, CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.healthNodesWithOptions(String node, CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusWatch.nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.Watch.serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.Constructors in io.vertx.ext.consul with parameters of type CheckList -
Uses of CheckList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type CheckListModifier and TypeMethodDescriptionConsulClient.healthChecks(String service) Returns the checks associated with the serviceConsulClient.healthChecksWithOptions(String service, CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.healthNodesWithOptions(String node, CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusWatch.nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.ConsulClient.rxHealthChecks(String service) Returns the checks associated with the serviceConsulClient.rxHealthChecksWithOptions(String service, CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.rxHealthNodesWithOptions(String node, CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.rxHealthState(HealthState healthState) Returns the checks in the specified statusConsulClient.rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusWatch.serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options) CreatesWatchto 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 CheckListModifier and TypeMethodDescriptionConsulClient.healthChecks(String service) Returns the checks associated with the serviceConsulClient.healthChecksWithOptions(String service, CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.healthNodesWithOptions(String node, CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusWatch.nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.ConsulClient.rxHealthChecks(String service) Returns the checks associated with the serviceConsulClient.rxHealthChecksWithOptions(String service, CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.rxHealthNodesWithOptions(String node, CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.rxHealthState(HealthState healthState) Returns the checks in the specified statusConsulClient.rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusWatch.serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.