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 Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder builder) Customize the DriverConfigLoader builder.
-
Method Details
-
customize
void customize(com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder builder) Customize the DriverConfigLoader builder.- Parameters:
builder
- the builder to customize
-