| Package | Description |
|---|---|
| com.holonplatform.async.datastore.transaction |
| Modifier and Type | Method and Description |
|---|---|
default <R> CompletionStage<R> |
AsyncTransactional.withTransaction(AsyncTransactionalOperation<R> operation)
Execute given operation within a transaction and return a result.
|
<R> CompletionStage<R> |
AsyncTransactional.withTransaction(AsyncTransactionalOperation<R> operation,
TransactionConfiguration transactionConfiguration)
Execute given operation within a transaction and return a result.
|
Copyright © 2019 The Holon Platform. All rights reserved.