Namespace Stratara.Abstractions.CommitOrder
Classes
- CommittedBatch
One batch from an ICommittedPositionReader: the entries in commit order, each with its own position, and the position to resume from once all of them are applied.
- CommittedEntry
An entry and the commit-order position its reader assigns it.
Interfaces
- ICommittedPositionReader
Reads the event store in commit order, one partition at a time. The promise that distinguishes it from a plain "after sequence number" read: no entry whose position is at or below the Position of a returned batch can still commit later. A reader that keeps that promise can be resumed from a stored position without ever skipping an entry.