SnapshotProvider class abstract interface

Sender-side answer to a peer's IpcMessageResyncRequest (spec § SyncDriver).

When a receiver detects a gap it can no longer close from retained deltas, it asks for a covering Snapshot; the host plugs its projection in here to produce one at epoch >= fromEpoch.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snapshot(Epoch fromEpoch) IpcMessage
A full-state IpcMessageSnapshot covering fromEpoch (its epoch MUST be >= fromEpoch).
toString() String
A string representation of this object.
inherited

Operators

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