object SnapshotMetadata
- Source
- EventSourcedSignal.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotMetadata
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(persistenceId: String, sequenceNr: Long, timestamp: Long): SnapshotMetadata
- 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.