Interface PayloadInterceptor

    • Method Detail

      • intercept

        reactor.core.publisher.Mono<java.lang.Void> intercept​(PayloadExchange exchange,
                                                              PayloadInterceptorChain chain)
        Process the Web request and (optionally) delegate to the next PayloadInterceptor through the given PayloadInterceptorChain.
        Parameters:
        exchange - the current payload exchange
        chain - provides a way to delegate to the next interceptor
        Returns:
        Mono<Void> to indicate when payload processing is complete