corda / net.corda.core.flows / FinalityRecoveryFlow / ExtraConstructorArgs

ExtraConstructorArgs

@CordaInternal data class ExtraConstructorArgs

Constructors

<init>

ExtraConstructorArgs(txIds: Collection<SecureHash>, flowIds: Collection<StateMachineRunId>, matchingCriteria: FlowRecoveryQuery?, forceRecover: Boolean, recoverAll: Boolean, forceRecoverFlowIds: Collection<StateMachineRunId>)

Properties

flowIds

val flowIds: Collection<StateMachineRunId>

forceRecover

val forceRecover: Boolean

forceRecoverFlowIds

val forceRecoverFlowIds: Collection<StateMachineRunId>

matchingCriteria

val matchingCriteria: FlowRecoveryQuery?

recoverAll

val recoverAll: Boolean

txIds

val txIds: Collection<SecureHash>