Package | Description |
---|---|
io.vertx.ext.healthchecks | |
io.vertx.reactivex.ext.healthchecks | |
io.vertx.rxjava.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) |
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.
|
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.
|
Copyright © 2021 Eclipse. All rights reserved.