Package com.kingsrook.qqq.backend.module.mongodb.actions
package com.kingsrook.qqq.backend.module.mongodb.actions
-
ClassesClassDescriptionBase class for all mongoDB module actions.Wrapper around a MongoClient, ClientSession, and a boolean to help signal where it was opened (e.g., so you know if you need to close it yourself, or if it came from someone else (e.g., via an input transaction)).MongoDB implementation of backend transaction.Helper to cancel statements that timeout.