接口的使用
com.alibaba.dubbo.registry.NotifyListener
-
使用NotifyListener的程序包 程序包 说明 com.alibaba.dubbo.registry com.alibaba.dubbo.registry.integration com.alibaba.dubbo.registry.multicast com.alibaba.dubbo.registry.redis com.alibaba.dubbo.registry.support -
-
com.alibaba.dubbo.registry中NotifyListener的使用
参数类型为NotifyListener的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 voidRegistryService. subscribe(URL url, NotifyListener listener)Subscrib to eligible registered data and automatically push when the registered data is changed.voidRegistryService. unsubscribe(URL url, NotifyListener listener)Unsubscribe -
com.alibaba.dubbo.registry.integration中NotifyListener的使用
实现NotifyListener的com.alibaba.dubbo.registry.integration中的类 修饰符和类型 类 说明 classRegistryDirectory<T>RegistryDirectory返回变量类型为NotifyListener的类型的com.alibaba.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 Map<URL,NotifyListener>RegistryProtocol. getOverrideListeners() -
com.alibaba.dubbo.registry.multicast中NotifyListener的使用
参数类型为NotifyListener的com.alibaba.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 voidMulticastRegistry. subscribe(URL url, NotifyListener listener)voidMulticastRegistry. unsubscribe(URL url, NotifyListener listener) -
com.alibaba.dubbo.registry.redis中NotifyListener的使用
参数类型为NotifyListener的com.alibaba.dubbo.registry.redis中的方法 修饰符和类型 方法 说明 voidRedisRegistry. doSubscribe(URL url, NotifyListener listener)voidRedisRegistry. doUnsubscribe(URL url, NotifyListener listener) -
com.alibaba.dubbo.registry.support中NotifyListener的使用
返回变量类型为NotifyListener的类型的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 Map<URL,Map<NotifyListener,List<URL>>>FailbackRegistry. getFailedNotified()Map<URL,Set<NotifyListener>>FailbackRegistry. getFailedSubscribed()Map<URL,Set<NotifyListener>>FailbackRegistry. getFailedUnsubscribed()Map<URL,Set<NotifyListener>>AbstractRegistry. getSubscribed()参数类型为NotifyListener的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 voidAbstractRegistry. subscribe(URL url, NotifyListener listener)voidFailbackRegistry. subscribe(URL url, NotifyListener listener)voidAbstractRegistry. unsubscribe(URL url, NotifyListener listener)voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener)
-