public class NacosConfigurationSourceImpl extends Object implements ConfigCenterConfigurationSource
| Modifier and Type | Class and Description |
|---|---|
class |
NacosConfigurationSourceImpl.UpdateHandler |
ORDER_BASE| Constructor and Description |
|---|
NacosConfigurationSourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUpdateListener(com.netflix.config.WatchedUpdateListener watchedUpdateListener) |
Map<String,Object> |
getCurrentData() |
List<com.netflix.config.WatchedUpdateListener> |
getCurrentListeners() |
int |
getOrder() |
void |
init(org.apache.commons.configuration.Configuration localConfiguration) |
boolean |
isValidSource(org.apache.commons.configuration.Configuration localConfiguration) |
void |
removeUpdateListener(com.netflix.config.WatchedUpdateListener watchedUpdateListener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroypublic int getOrder()
getOrder in interface org.apache.servicecomb.foundation.common.utils.SPIOrderpublic boolean isValidSource(org.apache.commons.configuration.Configuration localConfiguration)
isValidSource in interface ConfigCenterConfigurationSourcepublic void init(org.apache.commons.configuration.Configuration localConfiguration)
init in interface ConfigCenterConfigurationSourcepublic void addUpdateListener(com.netflix.config.WatchedUpdateListener watchedUpdateListener)
addUpdateListener in interface com.netflix.config.WatchedConfigurationSourcepublic void removeUpdateListener(com.netflix.config.WatchedUpdateListener watchedUpdateListener)
removeUpdateListener in interface com.netflix.config.WatchedConfigurationSourcepublic Map<String,Object> getCurrentData() throws Exception
getCurrentData in interface com.netflix.config.WatchedConfigurationSourceExceptionpublic List<com.netflix.config.WatchedUpdateListener> getCurrentListeners()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.