Interface GatewayFilterChain
public interface GatewayFilterChain
Contract to allow a
GatewayFilter to delegate to the next in the chain.
Copied from framework WebFilterChain- Since:
- 5.0
- Author:
- Rossen Stoyanchev
-
Method Summary
-
Method Details
-
filter
Delegate to the nextGatewayFilterin the chain.- Parameters:
exchange- the current server exchange- Returns:
Mono<Void>to indicate when request handling is complete
-