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

com.heroku.api.connection.ConnectionProvider Maven / Gradle / Ivy

There is a newer version: 0.46
Show newest version
package com.heroku.api.connection;

/**
 * Determines which implementation of {@link Connection} to use. Uses a {@link java.util.ServiceLoader} to find
 * the implementation. These are located in implementation modules' resource folders.
 *
 * @author Naaman Newbold
 */
public interface ConnectionProvider {

    Connection getConnection();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy