类 RouteMatchers
java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.sc.route.RouteMatchers
- 从以下版本开始:
- 1.6.0
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>all()static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange>
-
方法详细资料
-
all
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> all() -
antPath
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> antPath(String pathPattern) -
exactPath
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> exactPath(String path) -
regexPath
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> regexPath(String pathPattern)
-