Uses of Enum
io.vertx.ext.consul.CheckStatus
Packages that use CheckStatus
-
Uses of CheckStatus in io.vertx.ext.consul
Subclasses with type arguments of type CheckStatus in io.vertx.ext.consulMethods in io.vertx.ext.consul that return CheckStatusModifier and TypeMethodDescriptionServiceEntry.aggregatedStatus()AggregatedStatus returns the "best" status for the list of health checks.Check.getStatus()Get the status of checkCheckOptions.getStatus()Get the check status to specify the initial state of the health check.static CheckStatusstatic CheckStatusReturns the enum constant of this type with the specified name.static CheckStatus[]CheckStatus.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 CheckStatusModifier and TypeMethodDescriptionCheck.setStatus(CheckStatus status) Set the status of checkCheckOptions.setStatus(CheckStatus status) Set the check status to specify the initial state of the health check.ConsulClient.updateCheck(String checkId, CheckStatus status) Set status of the check to given status.ConsulClient.updateCheckWithNote(String checkId, CheckStatus status, String note) Set status of the check to given status. -
Uses of CheckStatus in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type CheckStatusModifier and TypeMethodDescriptionConsulClient.rxUpdateCheck(String checkId, CheckStatus status) Set status of the check to given status.ConsulClient.rxUpdateCheckWithNote(String checkId, CheckStatus status, String note) Set status of the check to given status.ConsulClient.updateCheck(String checkId, CheckStatus status) Set status of the check to given status.ConsulClient.updateCheckWithNote(String checkId, CheckStatus status, String note) Set status of the check to given status. -
Uses of CheckStatus in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type CheckStatusModifier and TypeMethodDescriptionConsulClient.rxUpdateCheck(String checkId, CheckStatus status) Set status of the check to given status.ConsulClient.rxUpdateCheckWithNote(String checkId, CheckStatus status, String note) Set status of the check to given status.ConsulClient.updateCheck(String checkId, CheckStatus status) Set status of the check to given status.ConsulClient.updateCheckWithNote(String checkId, CheckStatus status, String note) Set status of the check to given status.