corda / net.corda.core.flows / FlowStackSnapshot

FlowStackSnapshot

data class FlowStackSnapshot

Main data object representing snapshot of the flow stack, extracted from the Quasar stack.

Types

Frame

data class Frame

Constructors

<init>

Main data object representing snapshot of the flow stack, extracted from the Quasar stack.

FlowStackSnapshot(time: Instant, flowClass: String, stackFrames: List<Frame>)

Properties

flowClass

val flowClass: String

stackFrames

val stackFrames: List<Frame>

time

val time: Instant