| Package | Description |
|---|---|
| org.apache.dubbo.registry | |
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.client.event.listener | |
| org.apache.dubbo.registry.integration | |
| org.apache.dubbo.registry.retry | |
| org.apache.dubbo.registry.support |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerRegistryWrapper.subscribe(URL url,
NotifyListener listener) |
void |
RegistryService.subscribe(URL url,
NotifyListener listener)
Subscribe to eligible registered data and automatically push when the registered data is changed.
|
void |
ListenerRegistryWrapper.unsubscribe(URL url,
NotifyListener listener) |
void |
RegistryService.unsubscribe(URL url,
NotifyListener listener)
Unsubscribe
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDiscoveryRegistryDirectory<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscoveryRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
ServiceDiscoveryRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
ServiceDiscoveryRegistry.subscribe(URL url,
NotifyListener listener) |
void |
AbstractServiceDiscovery.subscribe(URL url,
NotifyListener listener) |
void |
ServiceDiscoveryRegistry.unsubscribe(URL url,
NotifyListener listener) |
void |
AbstractServiceDiscovery.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
NotifyListener |
ServiceInstancesChangedListener.NotifyListenerWithKey.getNotifyListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstancesChangedListener.addListenerAndNotify(URL url,
NotifyListener listener) |
void |
ServiceInstancesChangedListener.removeListener(String serviceKey,
NotifyListener notifyListener) |
| Constructor and Description |
|---|
NotifyListenerWithKey(ProtocolServiceKey protocolServiceKey,
NotifyListener notifyListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicDirectory<T>
DynamicDirectory
|
class |
RegistryDirectory<T>
RegistryDirectory
|
| Modifier and Type | Method and Description |
|---|---|
Map<URL,NotifyListener> |
RegistryProtocol.getOverrideListeners() |
| Constructor and Description |
|---|
FailedSubscribedTask(URL url,
FailbackRegistry registry,
NotifyListener listener) |
FailedUnsubscribedTask(URL url,
FailbackRegistry registry,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Map<URL,Set<NotifyListener>> |
AbstractRegistry.getSubscribed() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FailbackRegistry.doSubscribe(URL url,
NotifyListener listener) |
abstract void |
FailbackRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
CacheableFailbackRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.removeFailedSubscribed(URL url,
NotifyListener listener) |
void |
FailbackRegistry.removeFailedSubscribedTask(URL url,
NotifyListener listener) |
void |
FailbackRegistry.removeFailedUnsubscribedTask(URL url,
NotifyListener listener) |
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.