Uses of Class
io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
Packages that use HealthCheckHandler
-
Uses of HealthCheckHandler in io.vertx.reactivex.ext.web.healthchecks
Fields in io.vertx.reactivex.ext.web.healthchecks with type parameters of type HealthCheckHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HealthCheckHandler> HealthCheckHandler.__TYPE_ARGMethods in io.vertx.reactivex.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.static HealthCheckHandlerHealthCheckHandler.newInstance(HealthCheckHandler arg) Registers a health check procedure.Registers a health check procedure.HealthCheckHandler.resultMapper(Function<CheckResult, Single<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.resultMapper(Function<CheckResult, Future<CheckResult>> resultMapper) Sets a function which will be invoked before the gets written to clients.HealthCheckHandler.unregister(String name) Unregisters a procedure.