com.github.manosbatsis.corda.testacles.common.corda / NodeConfig
NodeConfig¶
class NodeConfig
Simple holder class to capture the node configuration both as the raw Config object and the parsed NodeConfiguration. Keeping Config around is needed as the user may specify extra config options not specified in NodeConfiguration.
Constructors¶
Name | Summary |
---|---|
<init> | NodeConfig(typesafe: Config) Simple holder class to capture the node configuration both as the raw Config object and the parsed NodeConfiguration. Keeping Config around is needed as the user may specify extra config options not specified in NodeConfiguration. |
Properties¶
Name | Summary |
---|---|
corda | val corda: NodeConfiguration |
typesafe | val typesafe: Config |