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