Uses of Class
io.vertx.ext.consul.HealthState
-
Packages that use HealthState Package Description io.vertx.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 HealthStateHealthState. of(String key)static HealthStateHealthState. 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 io.vertx.core.Future<CheckList>ConsulClient. healthState(HealthState healthState)Returns the checks in the specified statusio.vertx.core.Future<CheckList>ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)Returns the checks in the specified status
-