类 ConfigFuzzyWatchSyncRequest.Context
java.lang.Object
com.alibaba.nacos.api.config.remote.request.ConfigFuzzyWatchSyncRequest.Context
Represents context information about a configuration.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Builds a new context object with the provided parameters.voidsetChangedType(String changedType) voidsetGroupKey(String groupKey)
-
构造器详细资料
-
Context
public Context()Constructs an empty Context object.
-
-
方法详细资料
-
build
Builds a new context object with the provided parameters.- 参数:
groupKey- The groupKey associated of the configuration.changedType- The type of the configuration change event.- 返回:
- A new context object initialized with the provided parameters.
-
getGroupKey
-
setGroupKey
-
getChangedType
-
setChangedType
-