Uses of Class
io.vertx.mutiny.ext.healthchecks.HealthChecks
Packages that use HealthChecks
-
Uses of HealthChecks in io.vertx.mutiny.ext.healthchecks
Fields in io.vertx.mutiny.ext.healthchecks with type parameters of type HealthChecksMethods in io.vertx.mutiny.ext.healthchecks that return HealthChecksModifier and TypeMethodDescriptionHealthChecks.checkStatusAndForget()Invokes the registered procedures.HealthChecks.checkStatusAndForget(String name) Invokes the registered procedure with the given name and sub-procedures.static HealthChecksCreates a new instance of the default implementation ofHealthChecks.Invokes the registered procedures and computes the outcome.HealthChecks.invokeAndForget(String name) Invokes the registered procedure with the given name and sub-procedures.static HealthChecksHealthChecks.newInstance(io.vertx.ext.healthchecks.HealthChecks delegate) Creates a new instance of theHealthChecks.HealthChecks.register(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) Registers a health check procedure.HealthChecks.register(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) Registers a health check procedure.HealthChecks.unregister(String name) Unregisters a procedure.