object Recovery
Ordering
- Alphabetic
- By Inheritance
Inherited
- Recovery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val default: Recovery
Snapshots and events are recovered
- val disabled: Recovery
Neither snapshots nor events are recovered
- val replayOnlyLast: Recovery
Don't load snapshot and replay only last event.
- def withSnapshotSelectionCriteria(snapshotSelectionCriteria: SnapshotSelectionCriteria): RecoveryWithSnapshotSelectionCriteria
Changes the snapshot selection criteria used for the recovery.
Changes the snapshot selection criteria used for the recovery.
By default the most recent snapshot is used, and the remaining state updates are recovered by replaying events from the sequence number up until which the snapshot reached.
You may configure the behavior to skip replaying snapshots completely, in which case the recovery will be performed by replaying all events -- which may take a long time.
Strategy for recovery of snapshots and events.