Package org.springframework.web.reactive.function.client.support
@NullMarked
package org.springframework.web.reactive.function.client.support
Classes supporting the
org.springframework.web.reactive.function.client package.
Contains a ClientResponse wrapper to adapt a request.-
ClassDescriptionImplementation of the
ClientResponseinterface that can be subclassed to adapt the request in aexchange filter function.Implementation of theHeadersinterface that can be subclassed to adapt the headers in aexchange filter function.HttpExchangeAdapterDecoratorthat suppresses thewebClientResponseException.NotFoundexception resulting from 404 responses and returns aResponseEntitywith the status set toHttpStatus.NOT_FOUNDstatus, or an emptyMonofromNotFoundwebClientAdapterDecorator.exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference).ReactorHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto usewebClientfor request execution.Adapter for groups backed bywebClient.Extension ofHttpServiceGroupConfigurerto configure groups with awebClient.