Uses of Interface
io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Packages that use HealthCheckHandler Package Description io.vertx.ext.web.healthchecks io.vertx.reactivex.ext.web.healthchecks io.vertx.rxjava3.ext.web.healthchecks -
-
Uses of HealthCheckHandler in io.vertx.ext.web.healthchecks
Methods in io.vertx.ext.web.healthchecks that return HealthCheckHandler Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx)
Creates an instance of the default implementation of theHealthCheckHandler
.static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx, AuthenticationProvider provider)
Creates an instance of the default implementation of theHealthCheckHandler
.static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc)
Creates an instance of the default implementation of theHealthCheckHandler
.static HealthCheckHandler
HealthCheckHandler. createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider)
Creates an instance of the default implementation of theHealthCheckHandler
.HealthCheckHandler
HealthCheckHandler. register(String name, long timeout, Handler<Promise<Status>> procedure)
Registers a health check procedure.HealthCheckHandler
HealthCheckHandler. register(String name, Handler<Promise<Status>> procedure)
Registers a health check procedure.HealthCheckHandler
HealthCheckHandler. resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before theCheckResult
gets written to clients.HealthCheckHandler
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 HealthCheckHandler Modifier and Type Method Description HealthCheckHandler
HealthCheckHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.healthchecks with parameters of type HealthCheckHandler Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. newInstance(HealthCheckHandler arg)
Constructors in io.vertx.reactivex.ext.web.healthchecks with parameters of type HealthCheckHandler Constructor Description HealthCheckHandler(HealthCheckHandler delegate)
-
Uses of HealthCheckHandler in io.vertx.rxjava3.ext.web.healthchecks
Methods in io.vertx.rxjava3.ext.web.healthchecks that return HealthCheckHandler Modifier and Type Method Description HealthCheckHandler
HealthCheckHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.healthchecks with parameters of type HealthCheckHandler Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. newInstance(HealthCheckHandler arg)
Constructors in io.vertx.rxjava3.ext.web.healthchecks with parameters of type HealthCheckHandler Constructor Description HealthCheckHandler(HealthCheckHandler delegate)
-