Package akka.persistence.typed
Class SnapshotMetadata$
- java.lang.Object
-
- akka.persistence.typed.SnapshotMetadata$
-
public class SnapshotMetadata$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SnapshotMetadata$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SnapshotMetadata$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotMetadata
apply(java.lang.String persistenceId, long sequenceNr, long timestamp)
-
-
-
Field Detail
-
MODULE$
public static final SnapshotMetadata$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public SnapshotMetadata apply(java.lang.String persistenceId, long sequenceNr, long timestamp)
- 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.
-
-