| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.async.tx |
| Modifier and Type | Method and Description |
|---|---|
static AsyncMongoTransaction |
AsyncMongoTransaction.create(com.mongodb.reactivestreams.client.ClientSession session,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Create a new
AsyncMongoTransaction. |
static AsyncMongoTransaction |
AsyncMongoTransaction.delegate(AsyncMongoTransaction delegated)
Create a
AsyncMongoTransaction which delegates its operations and status to the given delegated
transaction. |
| Modifier and Type | Method and Description |
|---|---|
static AsyncMongoTransaction |
AsyncMongoTransaction.delegate(AsyncMongoTransaction delegated)
Create a
AsyncMongoTransaction which delegates its operations and status to the given delegated
transaction. |
Copyright © 2019 The Holon Platform. All rights reserved.