AuditRange

Intermediate value produced by (saga audit "id").from(a).

Carries the executor, run identifier, and lower range bound. The to infix supplies the upper bound and triggers the verify call.

Parameters

executor

The saga executor.

id

The run identifier string.

fromSeq

Inclusive start of the sequence range.

Functions

Link copied to clipboard
infix suspend fun AuditRange.to(toSeq: Long): AuditResult

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