类 SystemGlobalFilter
java.lang.Object
org.wxz.business.filter.SystemGlobalFilter
- 所有已实现的接口:
org.springframework.cloud.gateway.filter.GlobalFilter
@Order(-2147483648)
@RefreshScope
@Configuration
public class SystemGlobalFilter
extends Object
implements org.springframework.cloud.gateway.filter.GlobalFilter
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SystemGlobalFilter
public SystemGlobalFilter()
-
-
方法详细资料
-
filter
public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain) - 指定者:
filter在接口中org.springframework.cloud.gateway.filter.GlobalFilter
-