toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.reactive.function.client
/
WebClientCustomizer
Web
Client
Customizer
@
FunctionalInterface
interface
WebClientCustomizer
Callback interface that can be used to customize a
WebClient.Builder
.
Author
Brian Clozel
Since
2.0.0
Members
Functions
customize
Link copied to clipboard
abstract
fun
customize
(
webClientBuilder
:
WebClient.Builder
)
Callback to customize a
WebClient.Builder
instance.