public interface PayloadInterceptorChain
PayloadInterceptor to delegate to the next in the chain. *| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
next(PayloadExchange exchange)
Process the payload exchange.
|
reactor.core.publisher.Mono<java.lang.Void> next(PayloadExchange exchange)
exchange - the current server exchangeMono<Void> to indicate when request processing is complete