Class ConfigManager

All Implemented Interfaces:
ApplicationExt, Lifecycle, Disposable

public class ConfigManager extends AbstractConfigManager implements ApplicationExt
A lock-free config manager (through ConcurrentHashMap), for fast read operation. The Write operation lock with sub configs map of config type, for safely check and add new config.