public class ZookeeperDynamicConfiguration extends Object implements DynamicConfiguration
DEFAULT_GROUP| Modifier and Type | Method and Description |
|---|---|
void |
addListener(String key,
String group,
ConfigurationListener listener)
For service governance, multi group is not supported by this implementation.
|
String |
getConfig(String key,
String group,
long timeout) |
Object |
getInternalProperty(String key) |
void |
removeListener(String key,
String group,
ConfigurationListener listener) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, getConfig, getConfig, getDynamicConfiguration, removeListenerpublic Object getInternalProperty(String key)
getInternalProperty in interface org.apache.dubbo.common.config.Configurationkey - e.g., {service}.configurators, {service}.tagrouters, {group}.dubbo.propertiespublic void addListener(String key, String group, ConfigurationListener listener)
addListener in interface DynamicConfigurationpublic void removeListener(String key, String group, ConfigurationListener listener)
removeListener in interface DynamicConfigurationpublic String getConfig(String key, String group, long timeout) throws IllegalStateException
getConfig in interface DynamicConfigurationIllegalStateExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.