类 ConfigFuzzyWatchChangeEvent
java.lang.Object
com.alibaba.nacos.api.config.listener.ConfigFuzzyWatchChangeEvent
Represents a fuzzy listening configuration change event.
This event indicates that a change has occurred in a configuration that matches a fuzzy listening pattern.
- 作者:
- stone-98
-
方法概要
修饰符和类型方法说明static ConfigFuzzyWatchChangeEventConstructs and returns a new FuzzyListenConfigChangeEvent with the specified parameters.getGroup()toString()
-
方法详细资料
-
build
public static ConfigFuzzyWatchChangeEvent build(String namespace, String group, String dataId, String changedType, String syncType) Constructs and returns a new FuzzyListenConfigChangeEvent with the specified parameters.- 参数:
group- The group of the configuration that has changeddataId- The data ID of the configuration that has changedchangedType- The type of change that has occurred- 返回:
- A new FuzzyListenConfigChangeEvent instance
-
getNamespace
-
getGroup
-
getDataId
-
getChangedType
-
getSyncType
-
toString
-