@FunctionalInterface public interface WebClientCustomizer
WebClient.Builder
. Beans
implementing this interface are applied to
WebClientBuilder
.WebClientBuilder.customizers(WebClientCustomizer...)
Modifier and Type | Method and Description |
---|---|
void |
customize(WebClient.Builder webClientBuilder)
Callback to customize a
WebClient.Builder instance. |
void customize(WebClient.Builder webClientBuilder)
WebClient.Builder
instance.webClientBuilder
- the client builder to customize.Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.