public class CacheListener extends Object implements org.apache.dubbo.remoting.zookeeper.DataListener
| Constructor and Description |
|---|
CacheListener(String rootPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(String key,
ConfigurationListener configurationListener) |
void |
dataChanged(String path,
Object value,
org.apache.dubbo.remoting.zookeeper.EventType eventType) |
Set<ConfigurationListener> |
getConfigurationListeners(String key) |
void |
removeListener(String key,
ConfigurationListener configurationListener) |
public CacheListener(String rootPath)
public void addListener(String key, ConfigurationListener configurationListener)
public void removeListener(String key, ConfigurationListener configurationListener)
public Set<ConfigurationListener> getConfigurationListeners(String key)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.