Class PersistentFSM.PersistentFSMSnapshot$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PersistentFSM

    public static class PersistentFSM.PersistentFSMSnapshot$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <D> akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> apply​(java.lang.String stateIdentifier, D data, scala.Option<scala.concurrent.duration.FiniteDuration> timeout)  
      java.lang.String toString()  
      <D> scala.Option<scala.Tuple3<java.lang.String,​D,​scala.Option<scala.concurrent.duration.FiniteDuration>>> unapply​(akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PersistentFSMSnapshot$

        public PersistentFSMSnapshot$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <D> akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> apply​(java.lang.String stateIdentifier,
                                                                                     D data,
                                                                                     scala.Option<scala.concurrent.duration.FiniteDuration> timeout)
      • unapply

        public <D> scala.Option<scala.Tuple3<java.lang.String,​D,​scala.Option<scala.concurrent.duration.FiniteDuration>>> unapply​(akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot<D> x$0)