Uses of Interface
io.vertx.ext.healthchecks.HealthChecks
-
Packages that use HealthChecks Package Description io.vertx.ext.healthchecks io.vertx.ext.web.healthchecks io.vertx.reactivex.ext.healthchecks io.vertx.rxjava3.ext.healthchecks -
-
Uses of HealthChecks in io.vertx.ext.healthchecks
Methods in io.vertx.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.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.ext.web.healthchecks
Methods in io.vertx.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
. -
Uses of HealthChecks in io.vertx.reactivex.ext.healthchecks
Methods in io.vertx.reactivex.ext.healthchecks that return HealthChecks Modifier and Type Method Description HealthChecks
HealthChecks. getDelegate()
Methods in io.vertx.reactivex.ext.healthchecks with parameters of type HealthChecks Modifier and Type Method Description static HealthChecks
HealthChecks. newInstance(HealthChecks arg)
Constructors in io.vertx.reactivex.ext.healthchecks with parameters of type HealthChecks Constructor Description HealthChecks(HealthChecks delegate)
-
Uses of HealthChecks in io.vertx.rxjava3.ext.healthchecks
Methods in io.vertx.rxjava3.ext.healthchecks that return HealthChecks Modifier and Type Method Description HealthChecks
HealthChecks. getDelegate()
Methods in io.vertx.rxjava3.ext.healthchecks with parameters of type HealthChecks Modifier and Type Method Description static HealthChecks
HealthChecks. newInstance(HealthChecks arg)
Constructors in io.vertx.rxjava3.ext.healthchecks with parameters of type HealthChecks Constructor Description HealthChecks(HealthChecks delegate)
-