Class Running$


  • public class Running$
    extends java.lang.Object
    INTERNAL API

    Conceptually third (of three) -- also known as 'final' or 'ultimate' -- form of DurableStateBehavior.

    In this phase recovery has completed successfully and we continue handling incoming commands, as well as persisting new state as dictated by the user handlers.

    This behavior operates in two phases (also behaviors): - HandlingCommands - where the command handler is invoked for incoming commands - PersistingState - where incoming commands are stashed until persistence completes

    This is implemented as such to avoid creating many Running instances, which perform the Persistence extension lookup on creation and similar things (config lookup)

    See previous Recovering.

    • Field Summary

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

      Constructors 
      Constructor Description
      Running$()  
    • 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 Running$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Running$

        public Running$()