| Interface | Description |
|---|---|
| PropertyListener<T> |
This class holds callback method when
SentinelProperty.updateValue(Object) need inform the listener |
| SentinelProperty<T> |
This class holds current value of the config, and is responsible for informing all
PropertyListeners
added on this when the config is updated. |
| Class | Description |
|---|---|
| DynamicSentinelProperty<T> | |
| NoOpSentinelProperty |
A
SentinelProperty that will never inform the PropertyListener on it. |
| SimplePropertyListener<T> |
Copyright © 2021 Alibaba Group. All rights reserved.