| 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.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 | 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 |
ServiceDiscoveryRegistry.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryDirectory<T>
RegistryDirectory
|
| Modifier and Type | Method and Description |
|---|---|
Map<URL,NotifyListener> |
RegistryProtocol.getOverrideListeners() |
| Constructor and Description |
|---|
FailedNotifiedTask(URL url,
NotifyListener listener) |
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 |
FailbackRegistry.removeFailedNotifiedTask(URL url,
NotifyListener listener) |
void |
FailbackRegistry.removeFailedSubscribedTask(URL url,
NotifyListener listener) |
void |
FailbackRegistry.removeFailedUnsubscribedTask(URL url,
NotifyListener listener) |
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.