Interface DataSourceFactory

    • Method Detail

      • createDataSource

        DataSource createDataSource​(ClientContext context,
                                    DataSourceUpdates dataSourceUpdates)
        Creates an implementation instance.

        The new DataSource should not attempt to make any connections until DataSource.start() is called.

        Parameters:
        context - allows access to the client configuration
        dataSourceUpdates - the component pushes data into the SDK via this interface
        Returns:
        an DataSource