类 NamingFuzzyWatchSyncRequest.Context
java.lang.Object
com.alibaba.nacos.api.naming.remote.request.NamingFuzzyWatchSyncRequest.Context
fuzzy watch sync context.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Builds a new context object with the provided parameters.voidsetChangedType(String changedType) voidsetServiceKey(String serviceKey)
-
构造器详细资料
-
Context
public Context()Constructs an empty Context object.
-
-
方法详细资料
-
build
Builds a new context object with the provided parameters.- 参数:
serviceKey- The groupKey associated of the configuration.changedType- The type of the configuration change event.- 返回:
- A new context object initialized with the provided parameters.
-
getServiceKey
-
setServiceKey
-
getChangedType
-
setChangedType
-