Package io.agroal.api
Interface AgroalDataSourceProvider
-
public interface AgroalDataSourceProviderAn interface for providers of AgroalDataSource.- Author:
- Luis Barreiro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgroalDataSourcegetDataSource(AgroalDataSourceConfiguration configuration, AgroalDataSourceListener... listeners)Factory method for AgroalDataSource.
-
-
-
Method Detail
-
getDataSource
AgroalDataSource getDataSource(AgroalDataSourceConfiguration configuration, AgroalDataSourceListener... listeners)
Factory method for AgroalDataSource. This method must return null if it can't create an AgroalDataSource based on the supplied configuration.
-
-