ExtraConstructorArgs

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

Constructors

Link copied to clipboard
constructor(txIds: Collection<SecureHash>, flowIds: Collection<StateMachineRunId>, matchingCriteria: FlowRecoveryQuery?, forceRecover: Boolean, recoverAll: Boolean, forceRecoverFlowIds: Collection<StateMachineRunId>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard