final case class ReadSnapshot(criteria: SnapshotSelectionCriteria, snapshot: Option[Any]) extends SnapshotOperation with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadSnapshot
- Serializable
- Product
- Equals
- SnapshotOperation
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReadSnapshot(criteria: SnapshotSelectionCriteria, snapshot: [Any])
- criteria
criteria with which snapshot is searched
- snapshot
snapshot found by criteria
Value Members
- val criteria: SnapshotSelectionCriteria
- def getSnapshot(): [Any]
- def getSnapshotSelectionCriteria(): SnapshotSelectionCriteria
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val snapshot: [Any]
Storage read operation for recovery of the persistent actor.
criteria with which snapshot is searched
snapshot found by criteria