Expand description
atomr-persistence-query.
Phase 11 of docs/full-port-plan.md extends the read-journal
surface to match upstream: events_by_persistence_id,
events_by_tag, current_* variants, all_persistence_ids, and
a typed Offset type.
Structs§
Enums§
- Offset
- Typed read-journal offset. The in-memory backend uses
Sequencenumbers; a SQL backend might emitTimeBasedUUIDs.NoOffsetmeans “from the start.”
Traits§
- Read
Journal - Read-journal surface.
current_*variants take a snapshot at call time; the non-current variants are tail-following (live) — backends that only support snapshots return the snapshot and let callers re-poll.