类 ConfigFuzzyWatchChangeNotifyRequest

所有已实现的接口:
Payload

public class ConfigFuzzyWatchChangeNotifyRequest extends AbstractFuzzyWatchNotifyRequest
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
  • 构造器详细资料

    • ConfigFuzzyWatchChangeNotifyRequest

      public ConfigFuzzyWatchChangeNotifyRequest()
      Constructs an empty FuzzyListenNotifyChangeRequest.
    • ConfigFuzzyWatchChangeNotifyRequest

      public ConfigFuzzyWatchChangeNotifyRequest(String groupKey, String changeType)
      Constructs a FuzzyListenNotifyChangeRequest with the specified parameters.
      参数:
      groupKey - The group of the configuration that has changed
      changeType - Indicates whether the configuration exists or not
  • 方法详细资料

    • getGroupKey

      public String getGroupKey()
    • setGroupKey

      public void setGroupKey(String groupKey)
    • getChangeType

      public String getChangeType()
    • setChangeType

      public void setChangeType(String changeType)
    • toString

      public String toString()
      Returns a string representation of the FuzzyListenNotifyChangeRequest.
      覆盖:
      toString 在类中 Request
      返回:
      A string representation of the request