Interface DataSourceUpdateSink


  • public interface DataSourceUpdateSink
    Interface that a data source implementation will use to push data into the SDK.

    The data source interacts with this object, rather than manipulating the data store directly, so that the SDK can perform any other necessary operations that must happen when data is updated.

    Since:
    5.0.0
    See Also:
    ClientContext.getDataSourceUpdateSink()