接口 PropertyListener<T>

所有已知实现类:
SimplePropertyListener

public interface PropertyListener<T>
This class holds callback method when SentinelProperty.updateValue(Object) need inform the listener
作者:
jialiang.linjl
  • 方法详细资料

    • configUpdate

      void configUpdate(T value)
      Callback method when SentinelProperty.updateValue(Object) need inform the listener.
      参数:
      value - updated value.
    • configLoad

      void configLoad(T value)
      The first time of the value's load.
      参数:
      value - the value loaded.