corda / net.corda.core.node.services.vault / CordaTransactionSupport

CordaTransactionSupport

@DoNotImplement interface CordaTransactionSupport

Functions

transaction

abstract fun <T> transaction(statement: SessionScope.() -> T): T

Executes given statement in the scope of transaction with default transaction isolation level.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.