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 |
---|---|
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 © 2024 Eclipse. All rights reserved.