类 NoOpSentinelProperty

java.lang.Object
com.alibaba.csp.sentinel.property.NoOpSentinelProperty
所有已实现的接口:
SentinelProperty<Object>

public final class NoOpSentinelProperty extends Object implements SentinelProperty<Object>
A SentinelProperty that will never inform the PropertyListener on it.
作者:
leyou