public static interface DtlsClusterConnector.ClusterNodesProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
available(InetSocketAddress destinationConnector)
Check, if address to backward message is still available.
|
InetSocketAddress |
getClusterNode(int nodeId)
Get address for node.
|
InetSocketAddress getClusterNode(int nodeId)
nodeId - node id of nodenull, if not available.boolean available(InetSocketAddress destinationConnector)
destinationConnector - address of destination connector.true, if destination is still available,
false, if not.Copyright © 2023 Eclipse Foundation. All rights reserved.