Uses of Interface
com.alibaba.dubbo.registry.NotifyListener
Packages that use NotifyListener
-
Uses of NotifyListener in com.alibaba.dubbo.registry
Classes in com.alibaba.dubbo.registry that implement NotifyListenerModifier and TypeClassDescriptionstatic classDeprecated.Methods in com.alibaba.dubbo.registry with parameters of type NotifyListenerModifier and TypeMethodDescriptionvoidRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.Constructors in com.alibaba.dubbo.registry with parameters of type NotifyListener -
Uses of NotifyListener in com.alibaba.dubbo.registry.support
Methods in com.alibaba.dubbo.registry.support that return types with arguments of type NotifyListenerMethods in com.alibaba.dubbo.registry.support with parameters of type NotifyListenerModifier and TypeMethodDescriptionabstract voidFailbackRegistry.doSubscribe(URL url, NotifyListener listener) Deprecated.abstract voidFailbackRegistry.doUnsubscribe(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.removeFailedSubscribedTask(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.removeFailedUnsubscribedTask(URL url, NotifyListener listener) Deprecated.voidAbstractRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidAbstractRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.