Interface PayloadExchangeMatcher
- All Known Implementing Classes:
RoutePayloadExchangeMatcher
public interface PayloadExchangeMatcher
An interface for determining if a
PayloadExchangeMatcher
matches.- Since:
- 5.2
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The result of matching -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PayloadExchangeMatcher.MatchResult>
matches
(PayloadExchange exchange) Determines if a request matches or not
-
Method Details
-
matches
Determines if a request matches or not- Parameters:
exchange
-- Returns:
-