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