corda / net.corda.testing.node / MockNetFlowTimeOut

MockNetFlowTimeOut

class MockNetFlowTimeOut

MockNetFlowTimeOut can be used to configure flow time out settings for a node via the mock network API.

Constructors

<init>

MockNetFlowTimeOut can be used to configure flow time out settings for a node via the mock network API.

MockNetFlowTimeOut(timeout: Duration, maxRestartCount: Int, backoffBase: Double)

Properties

backoffBase

val backoffBase: Double

maxRestartCount

val maxRestartCount: Int

timeout

val timeout: Duration