public interface WebFilterChain
WebFilter
to delegate to the next in the chain.Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
filter(ServerWebExchange exchange)
Delegate to the next
WebFilter in the chain. |
reactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange)
WebFilter
in the chain.exchange
- the current server exchangeMono<Void>
to indicate when request handling is complete