类 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)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
     

    从类继承的方法 com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher

    getApiDefinition, getApiName, test

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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>