Uses of Class
io.vertx.mutiny.ext.healthchecks.HealthCheckHandler
-
Packages that use HealthCheckHandler Package Description io.vertx.mutiny.ext.healthchecks -
-
Uses of HealthCheckHandler in io.vertx.mutiny.ext.healthchecks
Fields in io.vertx.mutiny.ext.healthchecks with type parameters of type HealthCheckHandler Modifier and Type Field Description static TypeArg<HealthCheckHandler>HealthCheckHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.healthchecks that return HealthCheckHandler Modifier and Type Method Description static HealthCheckHandlerHealthCheckHandler. create(Vertx vertx)static 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)HealthCheckHandlerHealthCheckHandler. register(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)HealthCheckHandlerHealthCheckHandler. register(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)HealthCheckHandlerHealthCheckHandler. unregister(String name)
-