SagaStarted

data class SagaStarted(val timestamp: Long = System.currentTimeMillis()) : SagaEvent

Emitted when saga execution starts.

Constructors

Link copied to clipboard
constructor(timestamp: Long = System.currentTimeMillis())

Properties

Link copied to clipboard
open override val timestamp: Long

Timestamp when the event occurred (milliseconds since epoch).