Interface ConnectionProvider<T>

Type Parameters:
T - Type of connection provider
All Known Implementing Classes:
AbstractConnectionProvider, ClassicConnectorProvider, NewConnectionClassicConnectorProvider, WorkflowConnectorProvider

public interface ConnectionProvider<T>
Interface for connection providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Get connection instance of type T.
    void
    Dispose the connection.
  • Method Details

    • get

      T get()
      Get connection instance of type T.
      Returns:
      connection
    • releaseConnection

      void releaseConnection()
      Dispose the connection.