Interface WebFilterChain

    • Method Detail

      • filter

        reactor.core.publisher.Mono<Voidfilter​(ServerWebExchange exchange)
        Delegate to the next WebFilter in the chain.
        Parameters:
        exchange - the current server exchange
        Returns:
        Mono<Void> to indicate when request handling is complete