Interface HasDataSource

    • Method Detail

      • setDataSource

        void setDataSource​(DataSource<elemental.json.JsonObject> dataSource)
        Sets the data source for this Connector.
        Parameters:
        dataSource - the new data source, not null
      • getDataSource

        DataSource<elemental.json.JsonObject> getDataSource()
        Gets the current data source for this Connector.
        Returns:
        the data source, not null