public interface MongoTransactionOptions
extends com.holonplatform.core.datastore.transaction.TransactionOptions
MongoTransaction configuration options.| Modifier and Type | Method and Description |
|---|---|
Optional<MongoReadConcern> |
getReadConcern()
Get the read concern to use with the transaction, if configured.
|
Optional<MongoReadPreference> |
getReadPreference()
Get the read preference to use with the transaction, if configured.
|
Optional<MongoWriteConcern> |
getWriteConcern()
Get the write concern to use with the transaction, if configured.
|
Optional<MongoReadConcern> getReadConcern()
Optional<MongoWriteConcern> getWriteConcern()
Optional<MongoReadPreference> getReadPreference()
Copyright © 2019 The Holon Platform. All rights reserved.