Interface | Description |
---|---|
AsyncTransaction |
Represents an asynchronous Datastore transaction, providing methods to commit and rollback
the transaction.
|
AsyncTransactional |
Represents an object which is capable to manage asynchronous transactions, providing methods to execute an operation
transactionally and using
AsyncTransaction as transaction handler. |
AsyncTransactionalOperation<R> |
Represents an asynchronous transactional operation execution.
|
Copyright © 2019 The Holon Platform. All rights reserved.