Interface ServerWebExchangeMatcher
-
- All Known Implementing Classes:
AndServerWebExchangeMatcher,AuthenticationConverterServerWebExchangeMatcher,MediaTypeServerWebExchangeMatcher,NegatedServerWebExchangeMatcher,OrServerWebExchangeMatcher,PathPatternParserServerWebExchangeMatcher
public interface ServerWebExchangeMatcherAn interface for determining if aServerWebExchangeMatchermatches.- Since:
- 5.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServerWebExchangeMatcher.MatchResultThe result of matching
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult>matches(org.springframework.web.server.ServerWebExchange exchange)Determines if a request matches or not
-
-
-
Method Detail
-
matches
reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange)
Determines if a request matches or not- Parameters:
exchange-- Returns:
-
-