Interface PersistentNodeListener


public interface PersistentNodeListener
Listener for changes to a PersistentNode
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on a persistentNode event when node is created
  • Method Details

    • nodeCreated

      void nodeCreated(String path) throws Exception
      Called on a persistentNode event when node is created
      Parameters:
      path - Path of the znode
      Throws:
      Exception - errors