AuditCommand

Intermediate value produced by saga audit "id".

Holds the executor and run identifier string until the execution step:

Parameters

C

The saga context type (erased — stored as wildcard).

R

The saga result type (erased — stored as wildcard).

Functions

Link copied to clipboard

Executes the full-chain audit (seq 0 to Long.MAX_VALUE) for the run identified in this AuditCommand.

Link copied to clipboard
infix fun AuditCommand.from(seq: Long): AuditRange

First half of the saga audit "id" from a to b ranged form.