public void nodeConnectionFailed(Node node, Throwable cause);
/**
- * Notifies a listener that a connection to the given node was severed. If
- * the listener needs the high-level client associated with the node for
- * anything else (like deregistering as listener from it) it should retrieve
- * the high-level client using {@link NodeManager#getHighLevelClient(Node)}
- * before this method returns!
+ * Notifies a listener that a connection to the given node was severed.
*
* @param node
* The node that is now disconnected