Package | Description |
---|---|
org.springframework.web.reactive.function.client |
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
Modifier and Type | Method and Description |
---|---|
static ExchangeStrategies.Builder |
ExchangeStrategies.builder()
Return a builder pre-configured with default configuration to start.
|
ExchangeStrategies.Builder |
ExchangeStrategies.Builder.codecs(Consumer<org.springframework.http.codec.ClientCodecConfigurer> consumer)
Customize the list of client-side HTTP message readers and writers.
|
static ExchangeStrategies.Builder |
ExchangeStrategies.empty()
Return a builder with empty configuration to start.
|
default ExchangeStrategies.Builder |
ExchangeStrategies.mutate()
Return a builder to create a new
ExchangeStrategies instance
replicated from the current instance. |
Modifier and Type | Method and Description |
---|---|
WebClient.Builder |
WebClient.Builder.exchangeStrategies(Consumer<ExchangeStrategies.Builder> configurer)
Deprecated.
as of 5.1.13 in favor of
WebClient.Builder.codecs(Consumer) |