| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | |
| io.vertx.rxjava3.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
Check | 
Check.setId(String id)
Set the ID of check 
 | 
Check | 
Check.setName(String name)
Set the name of check 
 | 
Check | 
Check.setNodeName(String nodeName)
Set the name of node 
 | 
Check | 
Check.setNotes(String notes)
Set the human-readable note of check 
 | 
Check | 
Check.setOutput(String output)
Set the output of check 
 | 
Check | 
Check.setServiceId(String serviceId)
Set the ID of service with which this check associated 
 | 
Check | 
Check.setServiceName(String serviceName)
Set the name of service with which this check associated 
 | 
Check | 
Check.setStatus(CheckStatus status)
Set the status of check 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Check> | 
ServiceEntry.getChecks()
Get list of checks 
 | 
List<Check> | 
CheckList.getList()
Get list of checks 
 | 
Future<List<Check>> | 
ConsulClient.localChecks()
Like  
ConsulClient.localChecks(Handler) but returns a Future of the asynchronous result. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CheckConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        Check obj)  | 
static void | 
CheckConverter.toJson(Check obj,
      JsonObject json)  | 
static void | 
CheckConverter.toJson(Check obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.localChecks(Handler<AsyncResult<List<Check>>> resultHandler)
Return all the checks that are registered with the local agent. 
 | 
ServiceEntry | 
ServiceEntry.setChecks(List<Check> checks)
Set list of checks 
 | 
CheckList | 
CheckList.setList(List<Check> list)
Set list of checks 
 | 
| Constructor and Description | 
|---|
Check(Check other)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<List<Check>> | 
ConsulClient.rxLocalChecks()
Return all the checks that are registered with the local agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.localChecks(Handler<AsyncResult<List<Check>>> resultHandler)
Return all the checks that are registered with the local agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<List<Check>> | 
ConsulClient.rxLocalChecks()
Return all the checks that are registered with the local agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.localChecks(Handler<AsyncResult<List<Check>>> resultHandler)
Return all the checks that are registered with the local agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<List<Check>> | 
ConsulClient.localChecks()
Return all the checks that are registered with the local agent. 
 | 
Single<List<Check>> | 
ConsulClient.rxLocalChecks()
Return all the checks that are registered with the local agent. 
 | 
Copyright © 2023 Eclipse. All rights reserved.