Interface ClientHttpConnectorBuilderCustomizer<B extends org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder<?>>
- Type Parameters:
B- the builder type
public interface ClientHttpConnectorBuilderCustomizer<B extends org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder<?>>
Customizer that can be used to modify the auto-configured
ClientHttpConnectorBuilder 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
-