| Package | Description | 
|---|---|
| io.vertx.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceEntry | ServiceEntry. setChecks(List<Check> checks)Set list of checks | 
| ServiceEntry | ServiceEntry. setNode(Node node)Set node | 
| ServiceEntry | ServiceEntry. setService(Service service)Set service | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ServiceEntry> | ServiceEntryList. getList()Get list of services | 
| List<ServiceEntry> | PreparedQueryExecuteResponse. getNodes()Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ServiceEntryConverter. fromJson(Iterable<Map.Entry<String,Object>> json,
        ServiceEntry obj) | 
| static void | ServiceEntryConverter. toJson(ServiceEntry obj,
      JsonObject json) | 
| static void | ServiceEntryConverter. toJson(ServiceEntry obj,
      Map<String,Object> json) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceEntryList | ServiceEntryList. setList(List<ServiceEntry> list)Set list of services | 
| PreparedQueryExecuteResponse | PreparedQueryExecuteResponse. setNodes(List<ServiceEntry> nodes)Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query. | 
| Constructor and Description | 
|---|
| ServiceEntry(ServiceEntry other)Copy constructor | 
Copyright © 2023 Eclipse. All rights reserved.