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 TypeClassDescriptionfinal 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.