类 GatewaySlotChainBuilder

java.lang.Object
com.alibaba.csp.sentinel.slots.DefaultSlotChainBuilder
com.alibaba.csp.sentinel.adapter.gateway.common.slot.GatewaySlotChainBuilder
所有已实现的接口:
com.alibaba.csp.sentinel.slotchain.SlotChainBuilder

@Deprecated public class GatewaySlotChainBuilder extends com.alibaba.csp.sentinel.slots.DefaultSlotChainBuilder
已过时。
since 1.7.2, we can use @Spi(order = -4000) to adjust the order of GatewayFlowSlot, this class is reserved for compatibility with older versions.
从以下版本开始:
1.6.1
作者:
Eric Zhao
另请参阅:
  • 构造器详细资料

    • GatewaySlotChainBuilder

      public GatewaySlotChainBuilder()
      已过时。