Uses of Interface
org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
Packages that use ReactorHttpExchangeAdapter
Package
Description
Classes supporting the
org.springframework.web.reactive.function.client package.Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of ReactorHttpExchangeAdapter in org.springframework.web.reactive.function.client.support
Classes in org.springframework.web.reactive.function.client.support that implement ReactorHttpExchangeAdapterModifier and TypeClassDescriptionclassHttpExchangeAdapterDecoratorthat suppresses theWebClientResponseException.NotFoundexception resulting from 404 responses and returns aResponseEntitywith the status set toHttpStatus.NOT_FOUNDstatus, or an emptyMonofromNotFoundWebClientAdapterDecorator.exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference).final classReactorHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useWebClientfor request execution. -
Uses of ReactorHttpExchangeAdapter in org.springframework.web.service.invoker
Classes in org.springframework.web.service.invoker that implement ReactorHttpExchangeAdapterModifier and TypeClassDescriptionclassConvenient base class for aReactorHttpExchangeAdapterimplementation adapting to the synchronousHttpExchangeAdaptercontract.classReactorHttpExchangeAdapterthat wraps and delegates to another adapter instance.Methods in org.springframework.web.service.invoker that return ReactorHttpExchangeAdapterModifier and TypeMethodDescriptionReactorHttpExchangeAdapterDecorator.getHttpExchangeAdapter()Return the wrapped delegateHttpExchangeAdapter.