Uses of Class
io.vertx.ext.consul.CheckStatus
-
Packages that use CheckStatus Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of CheckStatus in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckStatus Modifier and Type Method Description CheckStatus
ServiceEntry. aggregatedStatus()
AggregatedStatus returns the "best" status for the list of health checks.CheckStatus
Check. getStatus()
Get the status of checkCheckStatus
CheckOptions. getStatus()
Get the check status to specify the initial state of the health check.static CheckStatus
CheckStatus. of(String key)
static CheckStatus
CheckStatus. valueOf(String name)
Returns 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 CheckStatus Modifier and Type Method Description Check
Check. setStatus(CheckStatus status)
Set the status of checkCheckOptions
CheckOptions. setStatus(CheckStatus status)
Set the check status to specify the initial state of the health check.Future<Void>
ConsulClient. updateCheck(String checkId, CheckStatus status)
Set status of the check to given status.Future<Void>
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 CheckStatus Modifier and Type Method Description Completable
ConsulClient. rxUpdateCheck(String checkId, CheckStatus status)
Set status of the check to given status.Completable
ConsulClient. rxUpdateCheckWithNote(String checkId, CheckStatus status, String note)
Set status of the check to given status.Future<Void>
ConsulClient. updateCheck(String checkId, CheckStatus status)
Set status of the check to given status.Future<Void>
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 CheckStatus Modifier and Type Method Description Completable
ConsulClient. rxUpdateCheck(String checkId, CheckStatus status)
Set status of the check to given status.Completable
ConsulClient. rxUpdateCheckWithNote(String checkId, CheckStatus status, String note)
Set status of the check to given status.Completable
ConsulClient. updateCheck(String checkId, CheckStatus status)
Set status of the check to given status.Completable
ConsulClient. updateCheckWithNote(String checkId, CheckStatus status, String note)
Set status of the check to given status.
-