Uses of Class
io.vertx.ext.consul.CheckQueryOptions
Packages that use CheckQueryOptions
-
Uses of CheckQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckQueryOptionsModifier and TypeMethodDescriptionCheckQueryOptions.setBlockingOptions(BlockingQueryOptions options) Set options for blocking querySet an optional datacenter.Set the expression to filter the queries results prior to returning the dataSet node name for sorting the list in ascending order based on the estimated round trip time from that node.Sets the optional namespace to list checks.Methods in io.vertx.ext.consul with parameters of type CheckQueryOptionsModifier and TypeMethodDescriptionConsulClient.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.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. -
Uses of CheckQueryOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type CheckQueryOptionsModifier and TypeMethodDescriptionConsulClient.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.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.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.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 CheckQueryOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type CheckQueryOptionsModifier and TypeMethodDescriptionConsulClient.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.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.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.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.