Uses of Class
io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Packages that use HealthChecks Package Description io.vertx.rxjava3.ext.healthchecks io.vertx.rxjava3.ext.web.healthchecks -
-
Uses of HealthChecks in io.vertx.rxjava3.ext.healthchecks
Fields in io.vertx.rxjava3.ext.healthchecks with type parameters of type HealthChecks Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HealthChecks>
HealthChecks. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.healthchecks that return HealthChecks Modifier and Type Method Description static HealthChecks
HealthChecks. create(Vertx vertx)
Creates a new instance of the default implementation ofHealthChecks
.HealthChecks
HealthChecks. invoke(Handler<JsonObject> resultHandler)
Invokes the registered procedures and computes the outcome.static HealthChecks
HealthChecks. newInstance(HealthChecks arg)
HealthChecks
HealthChecks. register(String name, long timeout, Handler<Promise<Status>> procedure)
Registers a health check procedure.HealthChecks
HealthChecks. register(String name, Handler<Promise<Status>> procedure)
Registers a health check procedure.HealthChecks
HealthChecks. unregister(String name)
Unregisters a procedure. -
Uses of HealthChecks in io.vertx.rxjava3.ext.web.healthchecks
Methods in io.vertx.rxjava3.ext.web.healthchecks with parameters of type HealthChecks Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc)
Creates an instance of the default implementation of theHealthCheckHandler
.static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider)
Creates an instance of the default implementation of theHealthCheckHandler
.
-