类 SlotChainProvider
java.lang.Object
com.alibaba.csp.sentinel.slotchain.SlotChainProvider
A provider for creating slot chains via resolved slot chain builder SPI.
- 从以下版本开始:
- 0.2.0
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明static ProcessorSlotChainThe load and pick process is not thread-safe, but it's okay since the method should be only invoked vialookProcessChaininCtSphunder lock.
-
方法详细资料
-
newSlotChain
The load and pick process is not thread-safe, but it's okay since the method should be only invoked vialookProcessChaininCtSphunder lock.- 返回:
- new created slot chain
-