| Package | Description |
|---|---|
| io.vertx.rxjava3.ext.healthchecks |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<HealthCheckHandler> |
HealthCheckHandler.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx)
Creates an instance of the default implementation of the
HealthCheckHandler. |
static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx,
AuthenticationProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler. |
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc)
Creates an instance of the default implementation of the
HealthCheckHandler. |
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc,
AuthenticationProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler. |
static HealthCheckHandler |
HealthCheckHandler.newInstance(io.vertx.ext.healthchecks.HealthCheckHandler arg) |
HealthCheckHandler |
HealthCheckHandler.register(String name,
io.vertx.core.Handler<Promise<io.vertx.ext.healthchecks.Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.register(String name,
long timeout,
io.vertx.core.Handler<Promise<io.vertx.ext.healthchecks.Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(Function<io.vertx.ext.healthchecks.CheckResult,io.reactivex.rxjava3.core.Single<io.vertx.ext.healthchecks.CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.unregister(String name)
Unregisters a procedure.
|
Copyright © 2022 Eclipse. All rights reserved.