interface DriverDSLExposedInterfaceThis is the interface thats exposed to DSL users.
| startNode |
abstract fun startNode(providedName: String? = null, advertisedServices: Set<ServiceInfo> = emptySet(), rpcUsers: List<User> = emptyList(), customOverrides: Map<String, Any?> = emptyMap()): Future<NodeInfoAndConfig>Starts a Node in a separate process. |
| startNotaryCluster |
abstract fun startNotaryCluster(notaryName: String, clusterSize: Int = 3, type: ServiceType = RaftValidatingNotaryService.type): UnitStarts a distributed notary cluster. |
| waitForAllNodesToFinish |
abstract fun waitForAllNodesToFinish(): Unit |
| DriverDSLInternalInterface |
interface DriverDSLInternalInterface : DriverDSLExposedInterface |