Uses of Interface
org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
Packages that use ExchangeStrategies.Builder
Package
Description
Provides a reactive 
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer.- 
Uses of ExchangeStrategies.Builder in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return ExchangeStrategies.BuilderModifier and TypeMethodDescriptionstatic ExchangeStrategies.BuilderExchangeStrategies.builder()Return a builder pre-configured with default configuration to start.ExchangeStrategies.Builder.codecs(Consumer<ClientCodecConfigurer> consumer) Customize the list of client-side HTTP message readers and writers.static ExchangeStrategies.BuilderExchangeStrategies.empty()Return a builder with empty configuration to start.default ExchangeStrategies.BuilderExchangeStrategies.mutate()Return a builder to create a newExchangeStrategiesinstance replicated from the current instance.