类 WebExchangeApiMatcher
java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher<org.springframework.web.server.ServerWebExchange>
com.alibaba.csp.sentinel.adapter.gateway.sc.api.matcher.WebExchangeApiMatcher
- 所有已实现的接口:
com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
public class WebExchangeApiMatcher
extends com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher<org.springframework.web.server.ServerWebExchange>
- 从以下版本开始:
- 1.6.0
- 作者:
- Eric Zhao
-
字段概要
从类继承的字段 com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher
apiDefinition, apiName, matchers -
构造器概要
构造器构造器说明WebExchangeApiMatcher(com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiDefinition apiDefinition) -
方法概要
从类继承的方法 com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher
getApiDefinition, getApiName, test
-
构造器详细资料
-
WebExchangeApiMatcher
public WebExchangeApiMatcher(com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiDefinition apiDefinition)
-
-
方法详细资料
-
initializeMatchers
protected void initializeMatchers()- 指定者:
initializeMatchers在类中com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher<org.springframework.web.server.ServerWebExchange>
-