final class SnapshotMetadata extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotMetadata
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SnapshotMetadata(persistenceId: String, sequenceNr: Long, timestamp: Long)
- persistenceId
id of persistent actor from which the snapshot was taken.
- sequenceNr
sequence number at which the snapshot was taken.
- timestamp
time at which the snapshot was saved, defaults to 0 when unknown. in milliseconds from the epoch of 1970-01-01T00:00:00Z.
Snapshot metadata.