Skip to main content

Crate atomr_persistence_query

Crate atomr_persistence_query 

Source
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§

EventEnvelope
SimpleReadJournal

Enums§

Offset
Typed read-journal offset. The in-memory backend uses Sequence numbers; a SQL backend might emit TimeBased UUIDs. NoOffset means “from the start.”

Traits§

ReadJournal
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.