类分层结构
- java.lang.Object
- com.alibaba.csp.sentinel.property.DynamicSentinelProperty<T> (implements com.alibaba.csp.sentinel.property.SentinelProperty<T>)
- com.alibaba.csp.sentinel.property.NoOpSentinelProperty (implements com.alibaba.csp.sentinel.property.SentinelProperty<T>)
- com.alibaba.csp.sentinel.property.SimplePropertyListener<T> (implements com.alibaba.csp.sentinel.property.PropertyListener<T>)
接口分层结构
- com.alibaba.csp.sentinel.property.PropertyListener<T>
- com.alibaba.csp.sentinel.property.SentinelProperty<T>