ReplayScope
Which frames a Bolt.replay should yield.
Two of these are cursors (All, FromOffset) and two are queries (Arrived, InsertsAbove). The distinction matters: only a cursor is safe to resume from, because only a cursor is guaranteed to be total over the frames it has not yet seen.
Inheritors
Types
Link copied to clipboard
Every frame in the archive, oldest first.
Link copied to clipboard
Every frame whose arrival timestamp is in [from, untilExclusive).
Link copied to clipboard
Every frame at or after offset — the resume cursor.
Link copied to clipboard