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 TypeMethodDescriptionstatic HealthChecks
HealthChecks.invokeAndForget
(String name) Variant ofinvoke(String)
that ignores the result of the operation.static HealthChecks
HealthChecks.newInstance
(io.vertx.ext.healthchecks.HealthChecks arg) HealthChecks.register
(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) HealthChecks.register
(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) HealthChecks.unregister
(String name) Methods in io.vertx.mutiny.ext.healthchecks with parameters of type HealthChecksModifier and TypeMethodDescriptionstatic HealthCheckHandler
HealthCheckHandler.createWithHealthChecks
(HealthChecks hc) static HealthCheckHandler
HealthCheckHandler.createWithHealthChecks
(HealthChecks hc, AuthenticationProvider provider)