DecodedCompensationEvent

constructor(sagaId: String, stepId: Long?, command: TCommand)(source)

Parameters

sagaId

originating saga's id (Saga Log Correlation).

stepId

optional id of the step being compensated; null for saga-level actions.

command

service-local typed compensation command (sealed hierarchy).