Package | Description |
---|---|
io.vertx.ext.consul |
Modifier and Type | Method and Description |
---|---|
Node |
ServiceEntry.getNode()
Get node
|
Node |
Node.setAddress(String address)
Set node address
|
Node |
Node.setLanAddress(String lanAddress)
Set node lan address
|
Node |
Node.setName(String node)
Set node name
|
Node |
Node.setWanAddress(String wanAddress)
Set node wan address
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
NodeList.getList()
Get list of nodes
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Node obj) |
ServiceEntry |
ServiceEntry.setNode(Node node)
Set node
|
static void |
NodeConverter.toJson(Node obj,
JsonObject json) |
static void |
NodeConverter.toJson(Node obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
NodeList |
NodeList.setList(List<Node> list)
Set list of nodes
|
Constructor and Description |
---|
Node(Node other)
Copy constructor
|
Copyright © 2023 Eclipse. All rights reserved.