All Downloads are FREE. Search and download functionalities are using the official Maven repository.

qunar.tc.qmq.jdbc.DataSourceFactory Maven / Gradle / Ivy

The newest version!
package qunar.tc.qmq.jdbc;

import javax.sql.DataSource;

import qunar.tc.qmq.configuration.DynamicConfig;

public interface DataSourceFactory {
	DataSource createDataSource(DynamicConfig config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy