Package com.alachisoft.ncache.client
Interface MemberLeftListener
-
public interface MemberLeftListener
User needs to implement this interface in order to receive member left notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMemberLeft(com.alachisoft.ncache.client.internal.communication.NodeInfo nodeInfo)
Defines a listener method for notifying applications when a node leaves the cluster.
-
-
-
Method Detail
-
onMemberLeft
void onMemberLeft(com.alachisoft.ncache.client.internal.communication.NodeInfo nodeInfo)
Defines a listener method for notifying applications when a node leaves the cluster.- Parameters:
nodeInfo
- The information of the member that has left the cluster. It describes the member in terms of the IP Address and server port.
-
-