corda / net.corda.testing.driver / OutOfProcess

OutOfProcess

@DoNotImplement interface OutOfProcess : NodeHandle

Interface which represents an out of process node and exposes its process handle.

Properties

process

The process in which this node is running

abstract val process: Process

Extension Functions

logFile

fun NodeHandle.logFile(): File