接口的使用
org.apache.dubbo.remoting.zookeeper.ChildListener
-
使用ChildListener的程序包 程序包 说明 org.apache.dubbo.remoting.zookeeper -
-
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)
-