public interface PropertyListener<T>
SentinelProperty.updateValue(Object) need inform the listener| Modifier and Type | Method and Description |
|---|---|
void |
configLoad(T value)
The first time of the
value's load. |
void |
configUpdate(T value)
Callback method when
SentinelProperty.updateValue(Object) need inform the listener. |
void configUpdate(T value)
SentinelProperty.updateValue(Object) need inform the listener.value - updated value.void configLoad(T value)
value's load.value - the value loaded.Copyright © 2021 Alibaba Group. All rights reserved.