net.corda.node.driver / DriverDSLInternalInterface

DriverDSLInternalInterface

interface DriverDSLInternalInterface : DriverDSLExposedInterface


Functions

shutdown abstract fun shutdown(): Unit
start abstract fun start(): Unit

Inherited Functions

startNode abstract fun startNode(providedName: String? = null, advertisedServices: Set<ServiceInfo> = emptySet(), rpcUsers: List<User> = emptyList()): Future<NodeInfoAndConfig>

Starts a Node in a separate process.

waitForAllNodesToFinish abstract fun waitForAllNodesToFinish(): Unit

Inheritors

DriverDSL open class DriverDSL : DriverDSLInternalInterface