Interface DriverConfigLoaderBuilderCustomizer


public interface DriverConfigLoaderBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the DriverConfigLoader through a DriverConfigLoaderBuilderCustomizer whilst retaining default auto-configuration.
Since:
2.3.0
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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