startNode

open override fun startNode(parameters: NodeParameters): CordaFuture<NodeHandle>

Start a node using the parameter values of the given NodeParameters.

Return

A CordaFuture on the NodeHandle to the node. The future will complete when the node is available and it sees all previously started nodes, including the notaries.

Parameters

parameters

The node parameters.


open override fun startNode(parameters: NodeParameters, bytemanPort: Int?): CordaFuture<NodeHandle>