public final class RouteMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
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> |
antPath(String pathPattern) |
static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> |
exactPath(String path) |
static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> |
regexPath(String pathPattern) |
public 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> antPath(String pathPattern)
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> exactPath(String path)
public static com.alibaba.csp.sentinel.util.function.Predicate<org.springframework.web.server.ServerWebExchange> regexPath(String pathPattern)
Copyright © 2022 Alibaba Group. All rights reserved.