Interface MainConnectionProvidingConnectionFactory<T extends JdbcConnection>

Type Parameters:
T -
All Superinterfaces:
ConnectionFactory<T>
All Known Implementing Classes:
DefaultMainConnectionProvidingConnectionFactory

public interface MainConnectionProvidingConnectionFactory<T extends JdbcConnection> extends ConnectionFactory<T>
An on-demand provider of a JDBC connection. One of the connections is a specific and should be provided as a specific one. Typically used in parallel snapshotting.
  • Method Details

    • mainConnection

      T mainConnection()