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_ARGMethods in io.vertx.mutiny.ext.healthchecks that return HealthCheckHandlerModifier and TypeMethodDescriptionstatic HealthCheckHandlerstatic HealthCheckHandlerHealthCheckHandler.create(Vertx vertx, AuthenticationProvider provider) static HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc) static HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider) static HealthCheckHandlerHealthCheckHandler.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)