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 HealthChecksHealthChecks.invokeAndForget(String name) Variant ofinvoke(String)that ignores the result of the operation.static HealthChecksHealthChecks.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 HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc) static HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider)