Uses of Interface
org.springframework.boot.web.reactive.function.client.WebClientCustomizer
Packages that use WebClientCustomizer
Package
Description
Actuator support for
WebClient
metrics.Auto-configuration for Spring Framework's functional web client.
-
Uses of WebClientCustomizer in org.springframework.boot.actuate.metrics.web.reactive.client
Classes in org.springframework.boot.actuate.metrics.web.reactive.client that implement WebClientCustomizerModifier and TypeClassDescriptionclass
WebClientCustomizer
that configures theWebClient
to record request observations. -
Uses of WebClientCustomizer in org.springframework.boot.autoconfigure.web.reactive.function.client
Classes in org.springframework.boot.autoconfigure.web.reactive.function.client that implement WebClientCustomizerModifier and TypeClassDescriptionclass
WebClientCustomizer
that configures codecs for the HTTP client.Methods in org.springframework.boot.autoconfigure.web.reactive.function.client that return WebClientCustomizerModifier and TypeMethodDescriptionClientHttpConnectorAutoConfiguration.webClientHttpConnectorCustomizer
(ClientHttpConnector clientHttpConnector) Method parameters in org.springframework.boot.autoconfigure.web.reactive.function.client with type arguments of type WebClientCustomizerModifier and TypeMethodDescriptionWebClientAutoConfiguration.webClientBuilder
(ObjectProvider<WebClientCustomizer> customizerProvider)