Interface DataStoreUpdateSink


  • public interface DataStoreUpdateSink
    Interface that a data store implementation can use to report information back to the SDK.
    Since:
    5.0.0
    See Also:
    ClientContext.getDataStoreUpdateSink()
    • Method Detail

      • updateStatus

        void updateStatus​(DataStoreStatusProvider.Status newStatus)
        Reports a change in the data store's operational status.

        This is what makes the status monitoring mechanisms in DataStoreStatusProvider work.

        Parameters:
        newStatus - the updated status properties