com.github.manosbatsis.corda.testacles.containers.config.network / NetworkConfigContributor
NetworkConfigContributor¶
open class NetworkConfigContributor :
ConfigObjectDataContributor
Modify the existing node.conf as follows:
- RPC address: RPC_HOST:RPC_PORT
- RPC admin address: RPC_HOST:RPC_ADMIN_PORT
- P2P address: nodeHostName:P2P_PORT
Constructors¶
Name | Summary |
---|---|
<init> | NetworkConfigContributor(nodeHostName: String , ssl: BrokerRpcSslOptions? = null) Modify the existing node.conf as follows: |
Properties¶
Name | Summary |
---|---|
dataEntries | open val dataEntries: List < ConfigObjectData > |
Inherited Properties¶
Name | Summary |
---|---|
paths | open val paths: Set < String > The paths effected by this contributor |
Inherited Functions¶
Name | Summary |
---|---|
applyConfig | open fun applyConfig(target: Config, paths: Set < String >): Config Apply configuration contributions for the giver or default paths |