public interface GatewayFilterChain
GatewayFilter to delegate to the next in the chain.
Copied from framework WebFilterChain| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange)
Delegate to the next
GatewayFilter in the chain. |
reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange)
GatewayFilter in the chain.exchange - the current server exchangeMono<Void> to indicate when request handling is completeCopyright © 2023 Pivotal Software, Inc.. All rights reserved.