Interface TransactionMetadata
- All Known Subinterfaces:
MongoTransactionOptions
public interface TransactionMetadata
MongoDB-specific transaction metadata.
- Since:
- 4.3
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
-
Method Details
-
getMaxCommitTime
-
hasMaxCommitTime
default boolean hasMaxCommitTime()- Returns:
- true if the max commit time is configured; false otherwise.
-