Uses of Class
io.vertx.ext.healthchecks.Status
Packages that use Status
Package
Description
-
Uses of Status in io.vertx.ext.cluster.infinispan
Subinterfaces with type arguments of type Status in io.vertx.ext.cluster.infinispanModifier and TypeInterfaceDescriptioninterfaceA helper to create Vert.x clusterHealthChecksprocedures. -
Uses of Status in io.vertx.ext.healthchecks
Methods in io.vertx.ext.healthchecks that return StatusModifier and TypeMethodDescriptionCheckResult.getStatus()static StatusStatus.KO()Creates a status when something bad is detected.static StatusStatus.KO(JsonObject data) Creates a status when something bad is detected.static StatusStatus.OK()Creates a status when everything is fine.static StatusStatus.OK(JsonObject data) Creates a status when everything is fine and adds metadata.Status.setData(JsonObject data) Sets the metadata.Status.setKO()Sets the outcome of the status to KO.Status.setOk(boolean ok) Sets whether or not the current status is positive (UP) or negative (DOWN).Status.setOK()Sets the outcome of the status to OK.Status.setProcedureInError(boolean procedureInError) Sets whether or not the procedure attached to this status has failed (timeout, error...).Methods in io.vertx.ext.healthchecks with parameters of type StatusMethod parameters in io.vertx.ext.healthchecks with type arguments of type StatusModifier and TypeMethodDescriptionRegisters a health check procedure.Registers a health check procedure.Constructors in io.vertx.ext.healthchecks with parameters of type Status -
Uses of Status in io.vertx.ext.web.healthchecks
Method parameters in io.vertx.ext.web.healthchecks with type arguments of type StatusModifier and TypeMethodDescriptionRegisters a health check procedure.Registers a health check procedure. -
Uses of Status in io.vertx.reactivex.ext.healthchecks
Method parameters in io.vertx.reactivex.ext.healthchecks with type arguments of type Status -
Uses of Status in io.vertx.reactivex.ext.web.healthchecks
Method parameters in io.vertx.reactivex.ext.web.healthchecks with type arguments of type StatusModifier and TypeMethodDescriptionRegisters a health check procedure.Registers a health check procedure. -
Uses of Status in io.vertx.rxjava3.ext.healthchecks
Method parameters in io.vertx.rxjava3.ext.healthchecks with type arguments of type Status -
Uses of Status in io.vertx.rxjava3.ext.web.healthchecks
Method parameters in io.vertx.rxjava3.ext.web.healthchecks with type arguments of type StatusModifier and TypeMethodDescriptionRegisters a health check procedure.Registers a health check procedure. -
Uses of Status in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast that return types with arguments of type StatusModifier and TypeMethodDescriptionClusterHealthCheck.createProcedure(Vertx vertx) Creates a ready-to-use Vert.x clusterHealthChecksprocedure.