registerProcess |
fun registerProcess(process: ListenableFuture<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?>): ListenableFuture<NodeHandle>
Starts a Node in a separate process.
|
startNotaryCluster |
open fun startNotaryCluster(notaryName: String, clusterSize: Int, type: ServiceType, rpcUsers: List<User>): ListenableFuture<Pair<Party, List<NodeHandle>>>
Starts a distributed notary cluster.
|
waitForAllNodesToFinish |
open fun waitForAllNodesToFinish(): Unit |