Class SnapshotMetadata$


  • public class SnapshotMetadata$
    extends java.lang.Object
    param: persistenceId id of persistent actor from which the snapshot was taken. param: sequenceNr sequence number at which the snapshot was taken. param: timestamp time at which the snapshot was saved, defaults to 0 when unknown. in milliseconds from the epoch of 1970-01-01T00:00:00Z.
    • Field Detail

      • MODULE$

        public static final SnapshotMetadata$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SnapshotMetadata$

        public SnapshotMetadata$()
    • Method Detail

      • apply

        public SnapshotMetadata apply​(java.lang.String persistenceId,
                                      long sequenceNr,
                                      long timestamp)