SnapshotPolicyUnion
PackageFCQRS
Snapshot cadence for an aggregate or saga, set per entity at registration.
Specification
Kind
Union
Members
6
Examples
0
IsNoSnapshotsSignature
this.IsNoSnapshots
IsEverySignature
this.IsEvery
IsDefaultSignature
this.IsDefault
DefaultSignature
Default
NoSnapshotsSignature
NoSnapshots
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsNoSnapshots | this.IsNoSnapshots | No description available. |
| IsEvery | this.IsEvery | No description available. |
| IsDefault | this.IsDefault | No description available. |
| Default | Default | Use the global config (config:akka:persistence:snapshot-version-count), or 30. |
| NoSnapshots | NoSnapshots | Never snapshot: recovery always replays the full journal. |
| Every | Every int | Snapshot every N versions (N > 0; invalid values fall back to Default). |
Use the global config (config:akka:persistence:snapshot-version-count), or 30.
Returns
unit
Never snapshot: recovery always replays the full journal. Previously
saved snapshots are still honored on recovery.
Returns
unit