接口的使用
org.springframework.boot.web.client.RestClientCustomizer
使用RestClientCustomizer的程序包
程序包
说明
Actuator support for web client metrics.
Auto-configuration for web clients.
Web client test utilities.
-
org.springframework.boot.actuate.metrics.web.client中RestClientCustomizer的使用
修饰符和类型类说明class
RestClientCustomizer
that configures theRestClient builder
to record request observations. -
org.springframework.boot.autoconfigure.web.client中RestClientCustomizer的使用
-
org.springframework.boot.test.web.client中RestClientCustomizer的使用
修饰符和类型类说明class
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support.