@ConditionalOnProperty(prefix="filter", name="loggingFilter", havingValue="true") @Component public class CacheBodyGlobalFilter extends Object implements org.springframework.core.Ordered, org.springframework.cloud.gateway.filter.GlobalFilter
Constructor and Description |
---|
CacheBodyGlobalFilter() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.cloud.gateway.filter.GatewayFilterChain chain) |
int |
getOrder() |
public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
filter
in interface org.springframework.cloud.gateway.filter.GlobalFilter
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
Copyright © 2022. All rights reserved.