Class NotFoundWebClientAdapterDecorator

All Implemented Interfaces:
HttpExchangeAdapter, ReactorHttpExchangeAdapter

public class NotFoundWebClientAdapterDecorator extends ReactorHttpExchangeAdapterDecorator
HttpExchangeAdapterDecorator that suppresses the WebClientResponseException.NotFound exception resulting from 404 responses and returns a ResponseEntity with the status set to HttpStatus.NOT_FOUND status, or an empty Mono from exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference).
Since:
7.0
Author:
Rossen Stoyanchev