Package | Description |
---|---|
io.vertx.ext.healthchecks | |
io.vertx.reactivex.ext.healthchecks | |
io.vertx.rxjava.ext.healthchecks | |
io.vertx.rxjava3.ext.healthchecks |
Modifier and Type | Method and Description |
---|---|
static CheckResult |
CheckResult.from(String name,
Status status) |
static CheckResult |
CheckResult.from(String name,
Throwable e) |
CheckResult |
CheckResult.setChecks(List<CheckResult> checks) |
CheckResult |
CheckResult.setFailure(Throwable failure) |
CheckResult |
CheckResult.setId(String id) |
CheckResult |
CheckResult.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Future<CheckResult> |
HealthChecks.checkStatus()
Like
HealthChecks.checkStatus(Handler) but returns a Future of the asynchronous result |
Future<CheckResult> |
HealthChecks.checkStatus(String name)
Like
HealthChecks.checkStatus(String, Handler) but returns a Future of the asynchronous result |
List<CheckResult> |
CheckResult.getChecks() |
Modifier and Type | Method and Description |
---|---|
static boolean |
CheckResult.isUp(CheckResult json) |
Modifier and Type | Method and Description |
---|---|
void |
HealthChecks.checkStatus(Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedures.
|
void |
HealthChecks.checkStatus(String name,
Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedure with the given name and sub-procedures.
|
static boolean |
CheckResult.isUp(Future<CheckResult> json) |
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
CheckResult |
CheckResult.setChecks(List<CheckResult> checks) |
Modifier and Type | Method and Description |
---|---|
Single<CheckResult> |
HealthChecks.rxCheckStatus()
Invokes the registered procedures.
|
Single<CheckResult> |
HealthChecks.rxCheckStatus(String name)
Invokes the registered procedure with the given name and sub-procedures.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthChecks.checkStatus(Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedures.
|
void |
HealthChecks.checkStatus(String name,
Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedure with the given name and sub-procedures.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(Function<CheckResult,Single<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(Function<CheckResult,Single<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
Modifier and Type | Method and Description |
---|---|
Single<CheckResult> |
HealthChecks.rxCheckStatus()
Invokes the registered procedures.
|
Single<CheckResult> |
HealthChecks.rxCheckStatus(String name)
Invokes the registered procedure with the given name and sub-procedures.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthChecks.checkStatus(Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedures.
|
void |
HealthChecks.checkStatus(String name,
Handler<AsyncResult<CheckResult>> resultHandler)
Invokes the registered procedure with the given name and sub-procedures.
|
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
Modifier and Type | Method and Description |
---|---|
Single<CheckResult> |
HealthChecks.checkStatus()
Invokes the registered procedures.
|
Single<CheckResult> |
HealthChecks.checkStatus(String name)
Invokes the registered procedure with the given name and sub-procedures.
|
Single<CheckResult> |
HealthChecks.rxCheckStatus()
Invokes the registered procedures.
|
Single<CheckResult> |
HealthChecks.rxCheckStatus(String name)
Invokes the registered procedure with the given name and sub-procedures.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Single<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
HealthCheckHandler |
HealthCheckHandler.resultMapper(java.util.function.Function<CheckResult,Single<CheckResult>> resultMapper)
Sets a function which will be invoked before the
CheckResult gets written to clients. |
Copyright © 2023 Eclipse. All rights reserved.