|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotifyListener in com.alibaba.dubbo.registry |
---|
Methods in com.alibaba.dubbo.registry with parameters of type NotifyListener | |
---|---|
void |
RegistryService.subscribe(URL url,
NotifyListener listener)
订阅符合条件的已注册数据,当有注册数据变更时自动推送. |
void |
RegistryService.unsubscribe(URL url,
NotifyListener listener)
取消订阅. |
Uses of NotifyListener in com.alibaba.dubbo.registry.integration |
---|
Classes in com.alibaba.dubbo.registry.integration that implement NotifyListener | |
---|---|
class |
RegistryDirectory<T>
RegistryDirectory |
Methods in com.alibaba.dubbo.registry.integration that return types with arguments of type NotifyListener | |
---|---|
Map<URL,NotifyListener> |
RegistryProtocol.getOverrideListeners()
|
Uses of NotifyListener in com.alibaba.dubbo.registry.multicast |
---|
Methods in com.alibaba.dubbo.registry.multicast with parameters of type NotifyListener | |
---|---|
void |
MulticastRegistry.subscribe(URL url,
NotifyListener listener)
|
void |
MulticastRegistry.unsubscribe(URL url,
NotifyListener listener)
|
Uses of NotifyListener in com.alibaba.dubbo.registry.redis |
---|
Methods in com.alibaba.dubbo.registry.redis with parameters of type NotifyListener | |
---|---|
void |
RedisRegistry.doSubscribe(URL url,
NotifyListener listener)
|
void |
RedisRegistry.doUnsubscribe(URL url,
NotifyListener listener)
|
Uses of NotifyListener in com.alibaba.dubbo.registry.support |
---|
Methods in com.alibaba.dubbo.registry.support that return types with arguments of type NotifyListener | |
---|---|
Map<URL,Map<NotifyListener,List<URL>>> |
FailbackRegistry.getFailedNotified()
|
Map<URL,Set<NotifyListener>> |
FailbackRegistry.getFailedSubscribed()
|
Map<URL,Set<NotifyListener>> |
FailbackRegistry.getFailedUnsubscribed()
|
Map<URL,Set<NotifyListener>> |
AbstractRegistry.getSubscribed()
|
Methods in com.alibaba.dubbo.registry.support with parameters of type NotifyListener | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |