Uses of Interface
org.springframework.web.reactive.function.client.ExchangeFunction
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.-
Uses of ExchangeFunction in org.springframework.web.reactive.function.client
Modifier and TypeMethodDescriptiondefault ExchangeFunction
ExchangeFilterFunction.apply
(ExchangeFunction exchange) Apply this filter to the given ExchangeFunction, resulting in a filtered exchange function.static ExchangeFunction
ExchangeFunctions.create
(ClientHttpConnector connector) Create anExchangeFunction
with the givenClientHttpConnector
.static ExchangeFunction
ExchangeFunctions.create
(ClientHttpConnector connector, ExchangeStrategies strategies) Create anExchangeFunction
with the givenClientHttpConnector
andExchangeStrategies
.default ExchangeFunction
ExchangeFunction.filter
(ExchangeFilterFunction filter) Filter the exchange function with the givenExchangeFilterFunction
, resulting in a filteredExchangeFunction
.Modifier and TypeMethodDescriptiondefault ExchangeFunction
ExchangeFilterFunction.apply
(ExchangeFunction exchange) Apply this filter to the given ExchangeFunction, resulting in a filtered exchange function.WebClient.Builder.exchangeFunction
(ExchangeFunction exchangeFunction) reactor.core.publisher.Mono<ClientResponse>
ExchangeFilterFunction.filter
(ClientRequest request, ExchangeFunction next) Apply this filter to the given request and exchange function.