Interface DriverConfigLoaderBuilderCustomizer
public interface DriverConfigLoaderBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the
 
DriverConfigLoaderBuilderCustomizer to fine-tune its auto-configuration before
 it creates a DriverConfigLoader.- Since:
- 2.3.0
- Author:
- Stephane Nicoll
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder builder) Customize the DriverConfigLoader builder.
- 
Method Details- 
customizevoid customize(com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder builder) Customize the DriverConfigLoader builder.- Parameters:
- builder- the builder to customize
 
 
-