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 Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    Process the payload exchange.
  • Method Details

    • next

      reactor.core.publisher.Mono<Void> next(PayloadExchange exchange)
      Process the payload exchange.
      Parameters:
      exchange - the current server exchange
      Returns:
      Mono<Void> to indicate when request processing is complete