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