Interface NodeListener


  • public interface NodeListener
    A Listener for Events on zookeeper nodes
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void processEvent​(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 node
        eventType - - the event type
        eventInfo - - a Map containing any other information about this event