Class PersistentFSM$


  • public class PersistentFSM$
    extends java.lang.Object
    Note: Deprecated and removed except for the event and snapshot types which are needed for migrating existing PersistentFSM actors to EventSourcedBehavior using the akka.persistence.typed.scaladsl.PersistentFSMMigration and akka.persistence.typed.javadsl.PersistentFSMMigration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static PersistentFSM$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      PersistentFSM$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • PersistentFSM$

        public PersistentFSM$()