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>

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

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

Properties

flowClass

val flowClass: String

stackFrames

val stackFrames: List<Frame>

time

val time: Instant

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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