Class ConfigChangedEvent
java.lang.Object
java.util.EventObject
org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- All Implemented Interfaces:
Serializable
An event raised when the config changed, immutable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigChangedEvent(String key, String group, String content) ConfigChangedEvent(String key, String group, String content, ConfigChangeType changeType) -
Method Summary
Methods inherited from class java.util.EventObject
getSource