| 接口 | 说明 |
|---|---|
| ConfigurationListener |
Config listener, will get notified when the config it listens on changes.
|
| Constants | 已过时 |
| DynamicConfiguration |
Dynamic Configuration
From the use scenario internally inside framework, there're mainly three kinds of methods: DynamicConfiguration.getProperties(String, String, long), get configuration file from Config Center at start up. |
| DynamicConfigurationFactory |
The factory interface to create the instance of
DynamicConfiguration |
| 类 | 说明 |
|---|---|
| AbstractDynamicConfiguration |
The abstract implementation of
DynamicConfiguration |
| AbstractDynamicConfigurationFactory |
Abstract
DynamicConfigurationFactory implementation with cache ability |
| ConfigChangedEvent |
An event raised when the config changed, immutable.
|
| TreePathDynamicConfiguration |
An abstract implementation of
DynamicConfiguration is like "tree-structure" path :
"file"
"zookeeper"
"consul"
|
| 枚举 | 说明 |
|---|---|
| ConfigChangeType |
Config change event type
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.