OutboxStore class abstract interface

Dumb ordered byte storage for the durable outbox protocol.

Serialization, monotonic cursors, pruning, and replay ordering stay in StoredOutbox; adapters implement only these five operations.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteThrough(Epoch epoch) → void
loadCursor() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(Epoch epoch, Uint8List frame) → void
saveCursor(Epoch epoch) → void
scanAfter(Epoch cursor) List<StoredOutboxFrame>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited