接口的使用
org.apache.dubbo.remoting.zookeeper.ChildListener
-
使用ChildListener的程序包 程序包 说明 org.apache.dubbo.remoting.zookeeper org.apache.dubbo.remoting.zookeeper.curator org.apache.dubbo.remoting.zookeeper.curator5 -
-
org.apache.dubbo.remoting.zookeeper中ChildListener的使用
参数类型为ChildListener的org.apache.dubbo.remoting.zookeeper中的方法 修饰符和类型 方法 说明 List<String>AbstractZookeeperClient. addChildListener(String path, ChildListener listener)List<String>ZookeeperClient. addChildListener(String path, ChildListener listener)voidAbstractZookeeperClient. removeChildListener(String path, ChildListener listener)voidZookeeperClient. removeChildListener(String path, ChildListener listener) -
org.apache.dubbo.remoting.zookeeper.curator中ChildListener的使用
参数类型为ChildListener的org.apache.dubbo.remoting.zookeeper.curator中的方法 修饰符和类型 方法 说明 org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImplCuratorZookeeperClient. createTargetChildListener(String path, ChildListener listener) -
org.apache.dubbo.remoting.zookeeper.curator5中ChildListener的使用
参数类型为ChildListener的org.apache.dubbo.remoting.zookeeper.curator5中的方法 修饰符和类型 方法 说明 org.apache.dubbo.remoting.zookeeper.curator5.Curator5ZookeeperClient.CuratorWatcherImplCurator5ZookeeperClient. createTargetChildListener(String path, ChildListener listener)
-