Uses of Interface
io.vertx.ext.healthchecks.HealthChecks
Packages that use HealthChecks
Package
Description
-
Uses of HealthChecks in io.vertx.ext.healthchecks
Methods in io.vertx.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.Registers a health check procedure.Registers a health check procedure.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 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. -
Uses of HealthChecks in io.vertx.reactivex.ext.healthchecks
Methods in io.vertx.reactivex.ext.healthchecks that return HealthChecksMethods in io.vertx.reactivex.ext.healthchecks with parameters of type HealthChecksConstructors in io.vertx.reactivex.ext.healthchecks with parameters of type HealthChecks -
Uses of HealthChecks in io.vertx.rxjava3.ext.healthchecks
Methods in io.vertx.rxjava3.ext.healthchecks that return HealthChecksMethods in io.vertx.rxjava3.ext.healthchecks with parameters of type HealthChecksConstructors in io.vertx.rxjava3.ext.healthchecks with parameters of type HealthChecks