SagaAborted

data class SagaAborted(val error: SagaExecutionError, val timestamp: Long = System.currentTimeMillis()) : SagaEvent

Emitted when the saga is aborted due to a failure.

Constructors

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

Properties

Link copied to clipboard

Details of the error that caused the abort

Link copied to clipboard
open override val timestamp: Long

Timestamp when the event occurred (milliseconds since epoch).