Interface Connector

    • Method Detail

      • init

        void init​(Configuration cfg)
        Initialize the connector with its configuration. For instance in a JDBC Connector this would include the database URL, password, and user.
        Parameters:
        cfg - instance of the Configuration object implemented by the Connector developer and populated with information in order to initialize the Connector.
      • dispose

        void dispose()
        Dispose of any resources the Connector uses.