StubInTxn

class StubInTxn extends InTxn
trait InTxn
trait InTxnEnd
trait MaybeTxn
class Object
trait Matchable
class Any

Value members

Concrete methods

def afterCommit(handler: Status => Unit): Nothing
def afterCompletion(handler: Status => Unit): Nothing
def afterRollback(handler: Status => Unit): Nothing
def beforeCommit(handler: InTxn => Unit): Nothing
def retry(): Nothing
def retryFor(timeoutNanos: Long): Unit
def rollback(cause: RollbackCause): Nothing
def setExternalDecider(decider: ExternalDecider): Nothing
def whileCommitting(handler: InTxnEnd => Unit): Nothing
def whilePreparing(handler: InTxnEnd => Unit): Nothing