Class Recovering$


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

    Second (of three) behavior of a DurableStateBehavior.

    In this behavior the recovery process is initiated. We try to obtain the state from the configured DurableStateStore, and if it exists, we use it instead of the initial emptyState.

    See next behavior Running. See previous behavior RequestingRecoveryPermit.

    • Field Summary

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

      Constructors 
      Constructor Description
      Recovering$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <C,​S>
      Behavior<InternalProtocol>
      apply​(akka.persistence.typed.state.internal.BehaviorSetup<C,​S> setup, boolean receivedPoisonPill)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Recovering$

        public Recovering$()
    • Method Detail

      • apply

        public <C,​S> Behavior<InternalProtocol> apply​(akka.persistence.typed.state.internal.BehaviorSetup<C,​S> setup,
                                                            boolean receivedPoisonPill)