Interface JdbcStage<T>

All Known Implementing Classes:
DataSourceCreator

public interface JdbcStage<T>
A stage which represents a property creator for a data source.
  • Method Details

    • configure

      JdbcStage<T> configure(Consumer<T> builder)
      configure the jdbc builder
      Parameters:
      builder - builder
      Returns:
      builder isntance
    • create

      Create a configuration with these properties.
      Returns:
      a configuration stage with a configuration with applied properties.