Interface PrivateAsyncTransaction

All Superinterfaces:
AsyncDatastoreReaderWriter, AsyncTransaction
All Known Implementing Classes:
AsyncTransactionImpl, CachingAsyncTransaction

public interface PrivateAsyncTransaction extends AsyncTransaction
A private interface for manipulating transactions. This is a (hopefully) temporary hack that is not exposed in the API.
  • Method Details

    • runCommitListeners

      void runCommitListeners()
    • enlist

      void enlist(Result<?> result)