Interface ClientHttpRequestFactoryBuilderCustomizer<B extends org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder<?>>
- Type Parameters:
B- the builder type
public interface ClientHttpRequestFactoryBuilderCustomizer<B extends org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder<?>>
Customizer that can be used to modify the auto-configured
ClientHttpRequestFactoryBuilder when its type matches.- Since:
- 3.5.0
-
Method Summary
-
Method Details
-
customize
Customize the given builder.- Parameters:
builder- the builder to customize- Returns:
- the customized builder
-