static HealthCheckHandler |
HealthCheckHandler.create(io.vertx.reactivex.core.Vertx vertx) |
|
static HealthCheckHandler |
HealthCheckHandler.create(io.vertx.reactivex.core.Vertx vertx,
AuthenticationProvider provider) |
|
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc) |
|
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc,
AuthenticationProvider provider) |
|
static HealthCheckHandler |
HealthCheckHandler.newInstance(HealthCheckHandler arg) |
|
HealthCheckHandler |
HealthCheckHandler.register(String name,
long timeout,
Handler<io.vertx.reactivex.core.Promise<Status>> procedure) |
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.register(String name,
Handler<io.vertx.reactivex.core.Promise<Status>> procedure) |
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(io.reactivex.functions.Function<CheckResult,io.reactivex.Single<CheckResult>> resultMapper) |
Sets a function which will be invoked before the gets written to clients.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(Function<CheckResult,Future<CheckResult>> resultMapper) |
Sets a function which will be invoked before the gets written to clients.
|
HealthCheckHandler |
HealthCheckHandler.unregister(String name) |
Unregisters a procedure.
|