类 EntryConfig

java.lang.Object
com.alibaba.csp.sentinel.adapter.reactor.EntryConfig

public class EntryConfig extends Object
从以下版本开始:
1.5.0
作者:
Eric Zhao
  • 构造器详细资料

    • EntryConfig

      public EntryConfig(String resourceName)
    • EntryConfig

      public EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType)
    • EntryConfig

      public EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, ContextConfig contextConfig)
    • EntryConfig

      public EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, ContextConfig contextConfig)
    • EntryConfig

      public EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args)
    • EntryConfig

      public EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig)
    • EntryConfig

      public EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args)
    • EntryConfig

      public EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig)
  • 方法详细资料

    • getResourceName

      public String getResourceName()
    • getEntryType

      public com.alibaba.csp.sentinel.EntryType getEntryType()
    • getAcquireCount

      public int getAcquireCount()
    • getArgs

      public Object[] getArgs()
    • getContextConfig

      public ContextConfig getContextConfig()
    • getResourceType

      public int getResourceType()
      从以下版本开始:
      1.7.0
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object