java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.reactive.RequestIdentityWebFilter
All Implemented Interfaces:
WebFilter

public class RequestIdentityWebFilter extends Object implements 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 Details

    • RequestIdentityWebFilter

      public RequestIdentityWebFilter()
  • Method Details

    • filter

      public reactor.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.
      Specified by:
      filter in interface WebFilter
      Parameters:
      exchange -
      chain -
      Returns: