Node Parameters
Parameters for creating a node for DriverDSL.startNode.
Constructors
Create a new node parameters object with default values. Each parameter can be specified with its wither method which returns a copy with that value.
Properties
Additional TestCordapps that this node will have available, in addition to the ones common to all nodes managed by the DriverDSL.
A map of custom node configuration overrides.
log level to be passed as parameter to an out of process node. ERROR, WARN, INFO, DEBUG, TRACE. This overrides debug port log level argument.
The maximum JVM heap size to use for the node. Defaults to 512 MB.
Optional name of the node, which will be its legal name in Party. Defaults to something random. Note that this must be unique as the driver uses it as a primary key!
optional override for RPC address on which node will be accepting RPC connections from the clients. Port provided must be vacant.
Determines if the node should be started inside the same process the Driver is running in. If null the Driver-level value will be used.
The type of transaction verifier to use. See: VerifierType