@Component public class CustomApiFilter extends Object implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
Constructor and Description |
---|
CustomApiFilter() |
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.