Uses of Interface
org.springframework.boot.web.client.RestClientCustomizer
Package
Description
Actuator support for web client metrics.
Auto-configuration for web clients.
Web client test utilities.
-
Uses of RestClientCustomizer in org.springframework.boot.actuate.metrics.web.client
Modifier and TypeClassDescriptionclass
RestClientCustomizer
that configures theRestClient builder
to record request observations. -
Uses of RestClientCustomizer in org.springframework.boot.autoconfigure.web.client
-
Uses of RestClientCustomizer in org.springframework.boot.test.web.client
Modifier and TypeClassDescriptionclass
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support.