Class SnapshotMetadata$
java.lang.Object
org.apache.pekko.persistence.typed.SnapshotMetadata$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnapshotMetadata$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SnapshotMetadata$
public SnapshotMetadata$()
-
-
Method Details
-
apply
- Parameters:
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.
-