Interface DataStoreUpdates
-
public interface DataStoreUpdatesInterface that a data store implementation can use to report information back to the SDK.The
DataStoreFactoryreceives an implementation of this interface and can pass it to the data store that it creates, if desired.- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateStatus(DataStoreStatusProvider.Status newStatus)Reports a change in the data store's operational status.
-
-
-
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
DataStoreStatusProviderwork.- Parameters:
newStatus- the updated status properties
-
-