| 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 
 | 
ConsulClient | 
ConsulClient.updateCheck(String checkId,
           CheckStatus status,
           Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status. 
 | 
ConsulService | 
ConsulService.updateCheck(String checkId,
           CheckStatus status,
           Handler<AsyncResult<Void>> resultHandler)  | 
ConsulClient | 
ConsulClient.updateCheckWithNote(String checkId,
                   CheckStatus status,
                   String note,
                   Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status. 
 | 
ConsulService | 
ConsulService.updateCheckWithNote(String checkId,
                   CheckStatus status,
                   String note,
                   Handler<AsyncResult<Void>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Completable | 
ConsulClient.rxUpdateCheck(String checkId,
             CheckStatus status)
Set status of the check to given status. 
 | 
Completable | 
ConsulService.rxUpdateCheck(String checkId,
             CheckStatus status)  | 
Completable | 
ConsulClient.rxUpdateCheckWithNote(String checkId,
                     CheckStatus status,
                     String note)
Set status of the check to given status. 
 | 
Completable | 
ConsulService.rxUpdateCheckWithNote(String checkId,
                     CheckStatus status,
                     String note)  | 
ConsulClient | 
ConsulClient.updateCheck(String checkId,
           CheckStatus status,
           Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status. 
 | 
ConsulService | 
ConsulService.updateCheck(String checkId,
           CheckStatus status,
           Handler<AsyncResult<Void>> resultHandler)  | 
ConsulClient | 
ConsulClient.updateCheckWithNote(String checkId,
                   CheckStatus status,
                   String note,
                   Handler<AsyncResult<Void>> resultHandler)
Set status of the check to given status. 
 | 
ConsulService | 
ConsulService.updateCheckWithNote(String checkId,
                   CheckStatus status,
                   String note,
                   Handler<AsyncResult<Void>> resultHandler)  | 
| 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,
           Handler<AsyncResult<Void>> resultHandler)
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 © 2020 Eclipse. All rights reserved.