public abstract class AbstractServiceSubscribeHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.dubbo.registry.NotifyListener |
listener |
protected org.slf4j.Logger |
logger |
protected DubboCloudRegistry |
registry |
protected org.apache.dubbo.common.URL |
url |
| Constructor and Description |
|---|
AbstractServiceSubscribeHandler(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener,
DubboCloudRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doInit() |
void |
init() |
protected void |
notifyAllSubscribedURLs(org.apache.dubbo.common.URL url,
List<org.apache.dubbo.common.URL> subscribedURLs,
org.apache.dubbo.registry.NotifyListener listener) |
protected final org.slf4j.Logger logger
protected final org.apache.dubbo.common.URL url
protected final org.apache.dubbo.registry.NotifyListener listener
protected final DubboCloudRegistry registry
public AbstractServiceSubscribeHandler(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener,
DubboCloudRegistry registry)
protected void notifyAllSubscribedURLs(org.apache.dubbo.common.URL url,
List<org.apache.dubbo.common.URL> subscribedURLs,
org.apache.dubbo.registry.NotifyListener listener)
public void init()
protected abstract void doInit()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.