public interface DataStoreWriteCallback
Callback for asynchronous write operations on the datastore.
abstract Unit
onSuccess()
onFailure()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onSuccess()
Triggered on successfully writing data to the datastore.
abstract Unit onFailure()
Triggered on failing to write data to the datastore.