类 ConfigFuzzyWatchChangeNotifyRequest
java.lang.Object
com.alibaba.nacos.api.remote.request.Request
com.alibaba.nacos.api.remote.request.ServerRequest
com.alibaba.nacos.api.config.remote.request.AbstractFuzzyWatchNotifyRequest
com.alibaba.nacos.api.config.remote.request.ConfigFuzzyWatchChangeNotifyRequest
- 所有已实现的接口:
Payload
Represents a request to notify changes when a fuzzy watched configuration changed.
This request is used to notify clients about changes in configurations that match fuzzy listening patterns.
- 作者:
- stone-98
-
构造器概要
构造器构造器说明Constructs an empty FuzzyListenNotifyChangeRequest.ConfigFuzzyWatchChangeNotifyRequest(String groupKey, String changeType) Constructs a FuzzyListenNotifyChangeRequest with the specified parameters. -
方法概要
修饰符和类型方法说明voidsetChangeType(String changeType) voidsetGroupKey(String groupKey) toString()Returns a string representation of the FuzzyListenNotifyChangeRequest.从类继承的方法 com.alibaba.nacos.api.config.remote.request.AbstractFuzzyWatchNotifyRequest
getModule从类继承的方法 com.alibaba.nacos.api.remote.request.Request
clearHeaders, getHeader, getHeader, getHeaders, getRequestId, putAllHeader, putHeader, setRequestId
-
构造器详细资料
-
ConfigFuzzyWatchChangeNotifyRequest
public ConfigFuzzyWatchChangeNotifyRequest()Constructs an empty FuzzyListenNotifyChangeRequest. -
ConfigFuzzyWatchChangeNotifyRequest
Constructs a FuzzyListenNotifyChangeRequest with the specified parameters.- 参数:
groupKey- The group of the configuration that has changedchangeType- Indicates whether the configuration exists or not
-
-
方法详细资料