public class AdaptCachedBodyGlobalFilter extends Object implements GlobalFilter, org.springframework.core.Ordered, org.springframework.context.ApplicationListener<EnableBodyCachingEvent>
| Constructor and Description |
|---|
AdaptCachedBodyGlobalFilter() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter
through the given GatewayFilterChain. |
int |
getOrder() |
void |
onApplicationEvent(EnableBodyCachingEvent event) |
public void onApplicationEvent(EnableBodyCachingEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<EnableBodyCachingEvent>public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain)
GlobalFilterWebFilter
through the given GatewayFilterChain.filter in interface GlobalFilterexchange - the current server exchangechain - provides a way to delegate to the next filterMono<Void> to indicate when request processing is completepublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.