Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SnapshotMetadata apply​(java.lang.String persistenceId, long sequenceNr, long timestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
        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.