toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.client
/
RestClientCustomizer
Rest
Client
Customizer
@
FunctionalInterface
interface
RestClientCustomizer
Callback interface that can be used to customize a
RestClient.Builder
.
Author
Arjen Poutsma
Since
3.2.0
Members
Functions
customize
Link copied to clipboard
abstract
fun
customize
(
restClientBuilder
:
RestClient.Builder
)
Callback to customize a
RestClient.Builder
instance.