Uses of Class
io.vertx.reactivex.ext.healthchecks.HealthChecks
Packages that use HealthChecks
-
Uses of HealthChecks in io.vertx.reactivex.ext.healthchecks
Fields in io.vertx.reactivex.ext.healthchecks with type parameters of type HealthChecksModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HealthChecks> HealthChecks.__TYPE_ARGMethods in io.vertx.reactivex.ext.healthchecks that return HealthChecksModifier and TypeMethodDescriptionstatic HealthChecksCreates a new instance of the default implementation ofHealthChecks.HealthChecks.invoke(Handler<JsonObject> resultHandler) Invokes the registered procedures and computes the outcome.static HealthChecksHealthChecks.newInstance(HealthChecks arg) Registers a health check procedure.Registers a health check procedure.HealthChecks.unregister(String name) Unregisters a procedure. -
Uses of HealthChecks in io.vertx.reactivex.ext.web.healthchecks
Methods in io.vertx.reactivex.ext.web.healthchecks with parameters of type HealthChecksModifier and TypeMethodDescriptionstatic 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.