object Recovery extends Serializable
- Source
- PersistentActor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Recovery
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def create(fromSnapshot: SnapshotSelectionCriteria, toSequenceNr: Long, replayMax: Long): Recovery
Java API
Java API
- See also
- def create(fromSnapshot: SnapshotSelectionCriteria, toSequenceNr: Long): Recovery
Java API
Java API
- See also
- def create(fromSnapshot: SnapshotSelectionCriteria): Recovery
Java API
Java API
- See also
- def create(toSequenceNr: Long): Recovery
Java API
Java API
- See also
- def create(): Recovery
Java API
Java API
- See also
- val none: Recovery
Convenience method for skipping recovery in PersistentActor.
Convenience method for skipping recovery in PersistentActor.
It will still retrieve previously highest sequence number so that new events are persisted with higher sequence numbers rather than starting from 1 and assuming that there are no previous event with that sequence number.
- See also