Namespace Stratara.Abstractions.Projections
Classes
- ReplayProgress
Snapshot of replay progress at a point in time. Returned by GetProgress() for status dashboards.
Interfaces
- IProjectionReplayState
In-memory coordination handle for the projection-replay state-machine. Workers query this to decide whether they are currently running a replay; admin endpoints flip it via Activate() / Deactivate().
- IProjectionViewTruncator
Truncates every projection view as part of a replay reset. Implementations typically execute a single transaction with
TRUNCATE ... CASCADEacross the read-store schema.