Interface PayloadInterceptorChain
public interface PayloadInterceptorChain
Contract to allow a
PayloadInterceptor
to delegate to the next in the chain. *- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
next
(PayloadExchange exchange) Process the payload exchange.
-
Method Details
-
next
Process the payload exchange.- Parameters:
exchange
- the current server exchange- Returns:
Mono<Void>
to indicate when request processing is complete
-