public class ApolloDynamicConfiguration extends Object implements DynamicConfiguration
| Modifier and Type | Class and Description |
|---|---|
class |
ApolloDynamicConfiguration.ApolloListener |
DEFAULT_GROUP| Modifier and Type | Method and Description |
|---|---|
void |
addListener(String key,
String group,
ConfigurationListener listener)
Since all governance rules will lay under dubbo group, this method now always uses the default dubboConfig and
ignores the group parameter.
|
String |
getInternalProperty(String key)
This method will be used by Configuration to get valid value at runtime.
|
String |
getProperties(String key,
String group,
long timeout) |
String |
getRule(String key,
String group,
long timeout) |
void |
removeListener(String key,
String group,
ConfigurationListener listener) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, getDynamicConfiguration, getProperties, getRule, getRuleKey, removeListenerpublic 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 getRule(String key, String group, long timeout) throws IllegalStateException
getRule in interface DynamicConfigurationIllegalStateExceptionpublic String getProperties(String key, String group, long timeout) throws IllegalStateException
getProperties in interface DynamicConfigurationIllegalStateExceptionpublic String getInternalProperty(String key)
getInternalProperty in interface org.apache.dubbo.common.config.ConfigurationCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.