@FunctionalInterface
public static interface TransportClient.HostFailureListener
Modifier and Type | Method and Description |
---|---|
void |
onNodeDisconnected(DiscoveryNode node,
java.lang.Exception ex)
Called once a node disconnect is detected.
|
void onNodeDisconnected(DiscoveryNode node, java.lang.Exception ex)
node
- the node that has been disconnectedex
- the exception causing the disconnection