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_ARG
Methods in io.vertx.mutiny.ext.healthchecks that return HealthCheckHandler Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx)
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
HealthCheckHandler. register(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)
HealthCheckHandler
HealthCheckHandler. register(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)
HealthCheckHandler
HealthCheckHandler. unregister(String name)
-