类 ZookeeperEventDispatcher

java.lang.Object
cn.aradin.zookeeper.boot.starter.support.ZookeeperEventDispatcher
所有已实现的接口:
org.apache.curator.framework.recipes.cache.PathChildrenCacheListener

public class ZookeeperEventDispatcher extends Object implements org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
  • 构造器详细资料

    • ZookeeperEventDispatcher

      public ZookeeperEventDispatcher(List<INodeHandler> nodeHandlers)
  • 方法详细资料

    • initHandlers

      public void initHandlers(ZookeeperClientManager clientManager)
    • childEvent

      public void childEvent(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) throws Exception
      指定者:
      childEvent 在接口中 org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
      抛出:
      Exception