Uses of Class
io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
Packages that use HealthCheckHandler
-
Uses of HealthCheckHandler in io.vertx.mutiny.ext.healthchecks
Fields in io.vertx.mutiny.ext.healthchecks with type parameters of type HealthCheckHandlerModifier and TypeFieldDescriptionstatic final TypeArg<HealthCheckHandler>
HealthCheckHandler.__TYPE_ARG
Methods in io.vertx.mutiny.ext.healthchecks that return HealthCheckHandlerModifier and TypeMethodDescriptionstatic HealthCheckHandler
static HealthCheckHandler
HealthCheckHandler.create
(Vertx vertx, AuthenticationProvider provider) static HealthCheckHandler
HealthCheckHandler.createWithHealthChecks
(HealthChecks hc) static HealthCheckHandler
HealthCheckHandler.createWithHealthChecks
(HealthChecks hc, AuthenticationProvider provider) static HealthCheckHandler
HealthCheckHandler.newInstance
(io.vertx.ext.healthchecks.HealthCheckHandler arg) HealthCheckHandler.register
(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) HealthCheckHandler.register
(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure) HealthCheckHandler.resultMapper
(Function<io.vertx.ext.healthchecks.CheckResult, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.CheckResult>> resultMapper) HealthCheckHandler.unregister
(String name)