Package 

Interface DataStoreWriteCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSuccess() Triggered on successfully writing data to the datastore.
      abstract Unit onFailure() Triggered on failing to write data to the datastore.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract Unit onSuccess()

        Triggered on successfully writing data to the datastore.

      • onFailure

         abstract Unit onFailure()

        Triggered on failing to write data to the datastore.