registerProcess |
fun registerProcess(process: <ERROR CLASS><Process>): Unit |
shutdown |
open fun shutdown(): Unit |
start |
open fun start(): Unit |
startNode |
open fun startNode(providedName: String?, advertisedServices: Set<ServiceInfo>, rpcUsers: List<User>, customOverrides: Map<String, Any?>): <ERROR CLASS><NodeHandle> Starts a Node in a separate process.
|
startNotaryCluster |
open fun startNotaryCluster(notaryName: String, clusterSize: Int, type: ServiceType, rpcUsers: List<User>): <ERROR CLASS><<ERROR CLASS><Party, List<NodeHandle>>> Starts a distributed notary cluster.
|
waitForAllNodesToFinish |
open fun waitForAllNodesToFinish(): Unit |