Interface PathChildrenCacheListener


public interface PathChildrenCacheListener
Listener for PathChildrenCache changes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    childEvent(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheEvent event)
    Called when a change has occurred
  • Method Details

    • childEvent

      void childEvent(org.apache.curator.framework.CuratorFramework client, PathChildrenCacheEvent event) throws Exception
      Called when a change has occurred
      Parameters:
      client - the client
      event - describes the change
      Throws:
      Exception - errors