类 EntryConfig
java.lang.Object
com.alibaba.csp.sentinel.adapter.reactor.EntryConfig
- 从以下版本开始:
- 1.5.0
- 作者:
- Eric Zhao
-
构造器概要
构造器构造器说明EntryConfig(String resourceName) EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args) EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig) EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, ContextConfig contextConfig) EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType) EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args) EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig) EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, ContextConfig contextConfig) -
方法概要
-
构造器详细资料
-
EntryConfig
-
EntryConfig
-
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
-
EntryConfig
public EntryConfig(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig) -
EntryConfig
-
EntryConfig
public EntryConfig(String resourceName, int resourceType, com.alibaba.csp.sentinel.EntryType entryType, int acquireCount, Object[] args, ContextConfig contextConfig)
-
-
方法详细资料