Package | Description |
---|---|
io.vertx.ext.healthchecks | |
io.vertx.reactivex.ext.healthchecks | |
io.vertx.rxjava.ext.healthchecks |
Modifier and Type | Method and Description |
---|---|
static HealthChecks |
HealthChecks.create(Vertx vertx)
Creates a new instance of the default implementation of
HealthChecks . |
HealthChecks |
HealthChecks.invoke(Handler<JsonObject> resultHandler)
Invokes the registered procedures and computes the outcome.
|
HealthChecks |
HealthChecks.invoke(String name,
Handler<AsyncResult<JsonObject>> resultHandler)
Invokes the registered procedure with the given name and sub-procedures.
|
HealthChecks |
HealthChecks.register(String name,
Handler<Promise<Status>> procedure)
Registers a health check procedure.
|
HealthChecks |
HealthChecks.register(String name,
long timeout,
Handler<Promise<Status>> procedure)
Registers a health check procedure.
|
HealthChecks |
HealthChecks.unregister(String name)
Unregisters a procedure.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
HealthChecks |
HealthChecks.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HealthChecks |
HealthChecks.newInstance(HealthChecks arg) |
Constructor and Description |
---|
HealthChecks(HealthChecks delegate) |
Modifier and Type | Method and Description |
---|---|
HealthChecks |
HealthChecks.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HealthChecks |
HealthChecks.newInstance(HealthChecks arg) |
Constructor and Description |
---|
HealthChecks(HealthChecks delegate) |
Copyright © 2021 Eclipse. All rights reserved.