kmongo / org.litote.kmongo.coroutine / com.mongodb.reactivestreams.client.ClientSession

Extensions for com.mongodb.reactivestreams.client.ClientSession

abortTransactionAndAwait

Abort a transaction in the context of this session. A transaction can only be aborted if one has first been started.

suspend fun ClientSession.abortTransactionAndAwait(): Unit

commitTransactionAndAwait

Commit a transaction in the context of this session. A transaction can only be committed if one has first been started.

suspend fun ClientSession.commitTransactionAndAwait(): Unit