public interface ManagementListener extends Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigLoaded(ConfigKey key,
ConfigSource configSource,
List<ConfigSource> configSourceList)
Do something when loaded config
|
void |
beforeConfigLoading(ConfigKey configKey,
List<ConfigSource> configSources)
Do some thing before loading config
|
void |
onLoadDefaultValue(ConfigKey key,
Object defaultValue)
Do something when loaded defaultValue
|
void beforeConfigLoading(ConfigKey configKey, List<ConfigSource> configSources)
configKey - configSources - void afterConfigLoaded(ConfigKey key, ConfigSource configSource, List<ConfigSource> configSourceList)
key - key of configconfigSource - config source which config loads fromconfigSourceList - all config sourcesCopyright © 2024. All rights reserved.