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