public interface PayloadExchangeMatcher
PayloadExchangeMatcher
matches.Modifier and Type | Interface and Description |
---|---|
static class |
PayloadExchangeMatcher.MatchResult
The result of matching
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<PayloadExchangeMatcher.MatchResult> |
matches(PayloadExchange exchange)
Determines if a request matches or not
|
reactor.core.publisher.Mono<PayloadExchangeMatcher.MatchResult> matches(PayloadExchange exchange)
exchange
-