static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx) |
|
static HealthCheckHandler |
HealthCheckHandler.create(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<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(Function<CheckResult,Single<CheckResult>> resultMapper) |
Sets a function which will be invoked before the gets written to clients.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.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.
|