corda / net.corda.core.node / AppServiceHub / database

database

abstract val database: CordaTransactionSupport

Accessor to CordaTransactionSupport in order to perform sensitive actions within new, independent top level transaction.

There are times when a user thread may want to perform certain actions within a new top level DB transaction. This will be an independent transaction from those used in the framework.