Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
CheckStatus |
ServiceEntry.aggregatedStatus()
AggregatedStatus returns the "best" status for the list of health checks.
|
CheckStatus |
CheckOptions.getStatus()
Get the check status to specify the initial state of the health check.
|
CheckStatus |
Check.getStatus()
Get the status of check
|
static CheckStatus |
CheckStatus.of(String key) |
static CheckStatus |
CheckStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckStatus[] |
CheckStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CheckOptions |
CheckOptions.setStatus(CheckStatus status)
Set the check status to specify the initial state of the health check.
|
Check |
Check.setStatus(CheckStatus status)
Set the status of check
|
Future<Void> |
ConsulClient.updateCheck(String checkId,
CheckStatus status)
Like
ConsulClient.updateCheck(String, CheckStatus, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.updateCheck(String checkId,
CheckStatus status,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
Future<Void> |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note)
Like
ConsulClient.updateCheckWithNote(String, CheckStatus, String, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
Modifier and Type | Method and Description |
---|---|
Completable |
ConsulClient.rxUpdateCheck(String checkId,
CheckStatus status)
Set status of the check to given status.
|
Completable |
ConsulClient.rxUpdateCheckWithNote(String checkId,
CheckStatus status,
String note)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheck(String checkId,
CheckStatus status)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheck(String checkId,
CheckStatus status,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
Modifier and Type | Method and Description |
---|---|
Single<Void> |
ConsulClient.rxUpdateCheck(String checkId,
CheckStatus status)
Set status of the check to given status.
|
Single<Void> |
ConsulClient.rxUpdateCheckWithNote(String checkId,
CheckStatus status,
String note)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheck(String checkId,
CheckStatus status)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheck(String checkId,
CheckStatus status,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note)
Set status of the check to given status.
|
ConsulClient |
ConsulClient.updateCheckWithNote(String checkId,
CheckStatus status,
String note,
Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status.
|
Copyright © 2021 Eclipse. All rights reserved.