FlowStackSnapshot

data class FlowStackSnapshot(val time: Instant, val flowClass: String, val stackFrames: List<FlowStackSnapshot.Frame>)

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

Constructors

Link copied to clipboard
constructor(time: Instant, flowClass: String, stackFrames: List<FlowStackSnapshot.Frame>)

Types

Link copied to clipboard
data class Frame(val stackTraceElement: StackTraceElement, val stackObjects: List<Any?>)

Properties

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