Interface NodeListener
-
public interface NodeListenerA Listener for Events on zookeeper nodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessEvent(java.lang.String nodePath, java.lang.String eventType, java.util.Map<java.lang.String,java.lang.String> eventInfo)
-
-
-
Method Detail
-
processEvent
void processEvent(java.lang.String nodePath, java.lang.String eventType, java.util.Map<java.lang.String,java.lang.String> eventInfo)- Parameters:
nodePath- - the path of the nodeeventType- - the event typeeventInfo- - aMapcontaining any other information about this event
-
-