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(timeout: Duration, maxRestartCount: Int, backoffBase: Double)

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

Properties

backoffBase

val backoffBase: Double

maxRestartCount

val maxRestartCount: Int

timeout

val timeout: Duration

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.