| Modifier and Type | Class and Description |
|---|---|
static class |
NotifyListener.ReverseCompatibleNotifyListener
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Registry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
default void |
Registry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
| Constructor and Description |
|---|
CompatibleNotifyListener(NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryService.subscribe(URL url,
NotifyListener listener)
Subscribe to eligible registered data and automatically push when the registered data is changed.
|
void |
RegistryService.unsubscribe(URL url,
NotifyListener listener)
Unsubscribe
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsulRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
ConsulRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
ConsulRegistry.subscribe(URL url,
NotifyListener listener) |
void |
ConsulRegistry.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DubboRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
DubboRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
EtcdRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
EtcdRegistry.doUnsubscribe(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() |
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
MulticastRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
MulticastRegistry.subscribe(URL url,
NotifyListener listener) |
void |
MulticastRegistry.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleRegistry.subscribe(URL url,
NotifyListener listener) |
void |
MultipleRegistry.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
NacosRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
NacosRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
RedisRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
| 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 |
|---|---|
void |
SofaRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
SofaRegistry.doUnsubscribe(URL url,
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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZookeeperRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
ZookeeperRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.