Interface JdbcStage<T>
- All Known Implementing Classes:
DataSourceCreator
public interface JdbcStage<T>
A stage which represents a property creator for a data source.
-
Method Summary
-
Method Details
-
configure
configure the jdbc builder- Parameters:
builder- builder- Returns:
- builder isntance
-
create
ConfigurationStage create()Create a configuration with these properties.- Returns:
- a configuration stage with a configuration with applied properties.
-