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