Uses of Enum
org.apache.dubbo.common.config.configcenter.ConfigChangeType
Packages that use ConfigChangeType
-
Uses of ConfigChangeType in org.apache.dubbo.common.config.configcenter
Methods in org.apache.dubbo.common.config.configcenter that return ConfigChangeTypeModifier and TypeMethodDescriptionConfigChangedEvent.getChangeType()static ConfigChangeTypeReturns the enum constant of this type with the specified name.static ConfigChangeType[]ConfigChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.common.config.configcenter with parameters of type ConfigChangeTypeModifierConstructorDescriptionConfigChangedEvent(String key, String group, String content, ConfigChangeType changeType)