Class RequestIdentityWebFilter
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.reactive.RequestIdentityWebFilter
- All Implemented Interfaces:
WebFilter
WebFilter that inspects the request for the presence of the X-Broker-API-Request-Identity header
and sets the corresponding value in the same response header- Author:
- Roy Clarkson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>filter(ServerWebExchange exchange, WebFilterChain chain) Sets the X-Broker-API-Request-Identity header in the response if a value is received in the request from the platform
-
Constructor Details
-
RequestIdentityWebFilter
public RequestIdentityWebFilter()
-
-
Method Details