@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(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
Callback to customize a
WebClient.Builder instance. |
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.