Interface ConfigurationChangeListener
-
- All Known Implementing Classes:
DynamicConfigFactory
public interface ConfigurationChangeListenerCallback function on change particular configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(Map<CType,SgDynamicConfiguration<?>> typeToConfig)
-
-
-
Method Detail
-
onChange
void onChange(Map<CType,SgDynamicConfiguration<?>> typeToConfig)
- Parameters:
configuration- not null updated configuration on that was subscribe current listener
-
-