Uses of Interface
io.vertx.ext.web.healthchecks.HealthCheckHandler
Packages that use HealthCheckHandler
Package
Description
-
Uses of HealthCheckHandler in io.vertx.ext.web.healthchecks
Methods in io.vertx.ext.web.healthchecks that return HealthCheckHandlerModifier and TypeMethodDescriptionstatic HealthCheckHandlerCreates an instance of the default implementation of theHealthCheckHandler.static HealthCheckHandlerHealthCheckHandler.create(Vertx vertx, AuthenticationProvider provider) Creates an instance of the default implementation of theHealthCheckHandler.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.Registers a health check procedure.Registers a health check procedure.HealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before theCheckResultgets written to clients.HealthCheckHandler.unregister(String name) Unregisters a procedure. -
Uses of HealthCheckHandler in io.vertx.reactivex.ext.web.healthchecks
Methods in io.vertx.reactivex.ext.web.healthchecks that return HealthCheckHandlerMethods in io.vertx.reactivex.ext.web.healthchecks with parameters of type HealthCheckHandlerModifier and TypeMethodDescriptionstatic HealthCheckHandlerHealthCheckHandler.newInstance(HealthCheckHandler arg) Constructors in io.vertx.reactivex.ext.web.healthchecks with parameters of type HealthCheckHandler -
Uses of HealthCheckHandler in io.vertx.rxjava3.ext.web.healthchecks
Methods in io.vertx.rxjava3.ext.web.healthchecks that return HealthCheckHandlerMethods in io.vertx.rxjava3.ext.web.healthchecks with parameters of type HealthCheckHandlerModifier and TypeMethodDescriptionstatic HealthCheckHandlerHealthCheckHandler.newInstance(HealthCheckHandler arg) Constructors in io.vertx.rxjava3.ext.web.healthchecks with parameters of type HealthCheckHandler