Class WebTestClientOperationPreprocessorsConfigurer

All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction

public final class WebTestClientOperationPreprocessorsConfigurer extends OperationPreprocessorsConfigurer<WebTestClientRestDocumentationConfigurer,WebTestClientOperationPreprocessorsConfigurer> implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
A configurer that can be used to configure the operation preprocessors.
Since:
2.0.0
Author:
Andy Wilkinson
  • Method Details

    • filter

      public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)
      Specified by:
      filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction