Uses of Class
io.vertx.ext.consul.HealthState
-
Packages that use HealthState Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of HealthState in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return HealthState Modifier and Type Method Description static HealthState
HealthState. of(String key)
static HealthState
HealthState. valueOf(String name)
Returns 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 HealthState Modifier and Type Method Description 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 status -
Uses of HealthState in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type HealthState Modifier and Type Method Description 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 statusSingle<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 status -
Uses of HealthState in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type HealthState Modifier and Type Method Description 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 statusSingle<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 status
-