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_ARGMethods in io.vertx.mutiny.ext.healthchecks that return HealthChecks Modifier and Type Method Description static HealthChecksHealthChecks. create(Vertx vertx)HealthChecksHealthChecks. invoke(Consumer<io.vertx.core.json.JsonObject> resultHandler)HealthChecksHealthChecks. invokeAndForget(String name)Variant ofinvoke(String)that ignores the result of the operation.static HealthChecksHealthChecks. newInstance(io.vertx.ext.healthchecks.HealthChecks arg)HealthChecksHealthChecks. register(String name, long timeout, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)HealthChecksHealthChecks. register(String name, io.smallrye.mutiny.Uni<io.vertx.ext.healthchecks.Status> procedure)HealthChecksHealthChecks. unregister(String name)Methods in io.vertx.mutiny.ext.healthchecks with parameters of type HealthChecks Modifier and Type Method Description static HealthCheckHandlerHealthCheckHandler. createWithHealthChecks(HealthChecks hc)static HealthCheckHandlerHealthCheckHandler. createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider) 
 -