@Component public class MockRuleFilter extends Object implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
| Constructor and Description |
|---|
MockRuleFilter() |
| 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.GlobalFilterpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2022. All rights reserved.