net.corda.node.driver / DriverDSL / startNotaryCluster

startNotaryCluster

open fun startNotaryCluster(notaryName: String, clusterSize: Int, type: ServiceType): Unit
Overrides DriverDSLExposedInterface.startNotaryCluster

Starts a distributed notary cluster.

Parameters

notaryName - The legal name of the advertised distributed notary service.

clusterSize - Number of nodes to create for the cluster.

type - The advertised notary service type. Currently the only supported type is RaftValidatingNotaryService.type.