Uses of Interface
org.apache.dubbo.registry.NotifyListener
Packages that use NotifyListener
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of NotifyListener in org.apache.dubbo.registry
Methods in org.apache.dubbo.registry with parameters of type NotifyListenerModifier and TypeMethodDescriptionvoidListenerRegistryWrapper.subscribe(URL url, NotifyListener listener) voidRegistryService.subscribe(URL url, NotifyListener listener) Subscribe to eligible registered data and automatically push when the registered data is changed.voidListenerRegistryWrapper.unsubscribe(URL url, NotifyListener listener) voidRegistryService.unsubscribe(URL url, NotifyListener listener) Unsubscribe -
Uses of NotifyListener in org.apache.dubbo.registry.client
Classes in org.apache.dubbo.registry.client that implement NotifyListenerMethods in org.apache.dubbo.registry.client with parameters of type NotifyListenerModifier and TypeMethodDescriptionvoidServiceDiscoveryRegistry.doSubscribe(URL url, NotifyListener listener) voidServiceDiscoveryRegistry.doUnsubscribe(URL url, NotifyListener listener) voidAbstractServiceDiscovery.subscribe(URL url, NotifyListener listener) final voidServiceDiscoveryRegistry.subscribe(URL url, NotifyListener listener) voidAbstractServiceDiscovery.unsubscribe(URL url, NotifyListener listener) final voidServiceDiscoveryRegistry.unsubscribe(URL url, NotifyListener listener) -
Uses of NotifyListener in org.apache.dubbo.registry.client.event.listener
Methods in org.apache.dubbo.registry.client.event.listener that return NotifyListenerModifier and TypeMethodDescriptionServiceInstancesChangedListener.NotifyListenerWithKey.getNotifyListener()Methods in org.apache.dubbo.registry.client.event.listener with parameters of type NotifyListenerModifier and TypeMethodDescriptionvoidServiceInstancesChangedListener.addListenerAndNotify(URL url, NotifyListener listener) voidServiceInstancesChangedListener.removeListener(String serviceKey, NotifyListener notifyListener) Constructors in org.apache.dubbo.registry.client.event.listener with parameters of type NotifyListenerModifierConstructorDescriptionNotifyListenerWithKey(ProtocolServiceKey protocolServiceKey, NotifyListener notifyListener) -
Uses of NotifyListener in org.apache.dubbo.registry.integration
Classes in org.apache.dubbo.registry.integration that implement NotifyListenerModifier and TypeClassDescriptionclassDynamicDirectoryclassRegistryDirectoryMethods in org.apache.dubbo.registry.integration that return types with arguments of type NotifyListener -
Uses of NotifyListener in org.apache.dubbo.registry.retry
Constructors in org.apache.dubbo.registry.retry with parameters of type NotifyListenerModifierConstructorDescriptionFailedSubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener) FailedUnsubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener) -
Uses of NotifyListener in org.apache.dubbo.registry.support
Methods in org.apache.dubbo.registry.support that return types with arguments of type NotifyListenerMethods in org.apache.dubbo.registry.support with parameters of type NotifyListenerModifier and TypeMethodDescriptionabstract voidFailbackRegistry.doSubscribe(URL url, NotifyListener listener) voidCacheableFailbackRegistry.doUnsubscribe(URL url, NotifyListener listener) abstract voidFailbackRegistry.doUnsubscribe(URL url, NotifyListener listener) voidFailbackRegistry.removeFailedSubscribed(URL url, NotifyListener listener) voidFailbackRegistry.removeFailedSubscribedTask(URL url, NotifyListener listener) voidFailbackRegistry.removeFailedUnsubscribedTask(URL url, NotifyListener listener) voidAbstractRegistry.subscribe(URL url, NotifyListener listener) voidFailbackRegistry.subscribe(URL url, NotifyListener listener) voidAbstractRegistry.unsubscribe(URL url, NotifyListener listener) voidFailbackRegistry.unsubscribe(URL url, NotifyListener listener)