Interface GatewayFilter

    • Method Detail

      • filter

        reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange,
                                                 GatewayFilterChain chain)
        Process the Web request and (optionally) delegate to the next WebFilter through the given GatewayFilterChain.
        Parameters:
        exchange - the current server exchange
        chain - provides a way to delegate to the next filter
        Returns:
        Mono<Void> to indicate when request processing is complete