Class RequestTraceFilter
java.lang.Object
com.MedilaboSolutions.gateway.filters.RequestTraceFilter
- All Implemented Interfaces:
org.springframework.cloud.gateway.filter.GlobalFilter
@Order(1)
@Component
public class RequestTraceFilter
extends Object
implements org.springframework.cloud.gateway.filter.GlobalFilter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestTraceFilter
public RequestTraceFilter()
-
-
Method Details
-
filter
public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain) - Specified by:
filter
in interfaceorg.springframework.cloud.gateway.filter.GlobalFilter
-