nee-core / dev.neeffect.nee.effects.tx / TxStarted

TxStarted

interface TxStarted<R> : TxConnection<R>

Functions

commit

abstract fun commit(): Pair<Option<TxError>, TxConnection<R>>

rollback

abstract fun rollback(): Pair<Option<TxError>, TxConnection<R>>