接口的使用
org.apache.dubbo.remoting.etcd.StateListener
-
使用StateListener的程序包 程序包 说明 org.apache.dubbo.remoting.etcd org.apache.dubbo.remoting.etcd.support -
-
org.apache.dubbo.remoting.etcd中StateListener的使用
参数类型为StateListener的org.apache.dubbo.remoting.etcd中的方法 修饰符和类型 方法 说明 voidEtcdClient. addStateListener(StateListener listener)support connection notify if connection state was changed.voidEtcdClient. removeStateListener(StateListener listener)remove connection notify if connection state was changed. -
org.apache.dubbo.remoting.etcd.support中StateListener的使用
返回变量类型为StateListener的类型的org.apache.dubbo.remoting.etcd.support中的方法 修饰符和类型 方法 说明 Set<StateListener>AbstractEtcdClient. getSessionListeners()参数类型为StateListener的org.apache.dubbo.remoting.etcd.support中的方法 修饰符和类型 方法 说明 voidAbstractEtcdClient. addStateListener(StateListener listener)voidAbstractEtcdClient. removeStateListener(StateListener listener)
-