Modifier and Type | Method and Description |
---|---|
WebClient |
build()
Builds the
WebClient . |
WebClient.Builder |
filter(ExchangeFilterFunction filter)
Adds a filter function before the currently registered filters (if any).
|
WebClient.Builder |
strategies(WebClientStrategies strategies)
Replaces the default strategies with the ones provided by the given
WebClientStrategies . |
WebClient.Builder strategies(WebClientStrategies strategies)
WebClientStrategies
.strategies
- the strategies to useWebClient.Builder filter(ExchangeFilterFunction filter)
filter
- the filter to addWebClient build()
WebClient
.