Mock Node Config Overrides
class MockNodeConfigOverrides(val extraDataSourceProperties: Map<String, String>? = null, val notary: MockNetNotaryConfig? = null, val flowTimeout: MockNetFlowTimeOut? = null)
This is a data class to configure overrides to the node configuration used in the mock network without having to expose/use the actual (internal) node configuration interface on the API. When passing one of these to createNode or createUnstartedNode functions, the bits that are set will be injected into the node configuration for the node to be created.
Constructors
Link copied to clipboard
constructor(extraDataSourceProperties: Map<String, String>? = null, notary: MockNetNotaryConfig? = null, flowTimeout: MockNetFlowTimeOut? = null)