Interface PayloadExchangeMatcher
-
- All Known Implementing Classes:
RoutePayloadExchangeMatcher
public interface PayloadExchangeMatcher
An interface for determining if aPayloadExchangeMatcher
matches.- Since:
- 5.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PayloadExchangeMatcher.MatchResult
The result of matching
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<PayloadExchangeMatcher.MatchResult>
matches(PayloadExchange exchange)
Determines if a request matches or not
-
-
-
Method Detail
-
matches
reactor.core.publisher.Mono<PayloadExchangeMatcher.MatchResult> matches(PayloadExchange exchange)
Determines if a request matches or not- Parameters:
exchange
-- Returns:
-
-