Skip to main content

Module idempotency_record

Module idempotency_record 

Expand description

Persisted record + reservation-outcome state machine.

Structs§

IdempotencyRecord
Persisted idempotency record returned on a replay. Banks need an invariant view of the captured response — the store rebuilds this from its persisted columns when the second caller asks to replay.

Enums§

ReservationOutcome
Outcome of an atomic reserve_or_fetch call.