Uses of Enum
io.vertx.ext.consul.HealthState
Packages that use HealthState
-
Uses of HealthState in io.vertx.ext.consul
Subclasses with type arguments of type HealthState in io.vertx.ext.consulMethods in io.vertx.ext.consul that return HealthStateModifier and TypeMethodDescriptionstatic HealthStatestatic HealthStateReturns the enum constant of this type with the specified name.static HealthState[]HealthState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.consul with parameters of type HealthStateModifier and TypeMethodDescriptionConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified status -
Uses of HealthState in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type HealthStateModifier and TypeMethodDescriptionConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusConsulClient.rxHealthState(HealthState healthState) Returns the checks in the specified statusConsulClient.rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified status -
Uses of HealthState in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type HealthStateModifier and TypeMethodDescriptionConsulClient.healthState(HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified statusConsulClient.rxHealthState(HealthState healthState) Returns the checks in the specified statusConsulClient.rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options) Returns the checks in the specified status