| Package | Description |
|---|---|
| io.vertx.core.spi.cluster |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
ClusterManager.getNodeInfo()
Get details about this clustered node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManager.setNodeInfo(NodeInfo nodeInfo,
Promise<Void> promise)
Store the details about this clustered node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManager.getNodeInfo(String nodeId,
Promise<NodeInfo> promise)
Get details about a specific node in the cluster.
|
Copyright © 2025 Eclipse. All rights reserved.