Uses of Class
io.vertx.mutiny.ext.healthchecks.HealthChecks
-
Packages that use HealthChecks Package Description io.vertx.mutiny.ext.healthchecks -
-
Uses of HealthChecks in io.vertx.mutiny.ext.healthchecks
Fields in io.vertx.mutiny.ext.healthchecks with type parameters of type HealthChecks Modifier and Type Field Description static TypeArg<HealthChecks>
HealthChecks. __TYPE_ARG
Methods in io.vertx.mutiny.ext.healthchecks that return HealthChecks Modifier and Type Method Description static HealthChecks
HealthChecks. create(Vertx vertx)
HealthChecks
HealthChecks. invoke(Consumer<io.vertx.core.json.JsonObject> resultHandler)
HealthChecks
HealthChecks. invokeAndForget(String name)
Variant ofinvoke(String)
that ignores the result of the operation.static HealthChecks
HealthChecks. newInstance(io.vertx.ext.healthchecks.HealthChecks arg)
HealthChecks
HealthChecks. register(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)
HealthChecks
HealthChecks. register(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)
HealthChecks
HealthChecks. unregister(String name)
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type HealthChecks Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc)
static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider)
-