Class Recovering$
- java.lang.Object
-
- org.apache.pekko.persistence.typed.state.internal.Recovering$
-
public class Recovering$ extends java.lang.ObjectINTERNAL APISecond (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 initialemptyState.See next behavior
Running. See previous behaviorRequestingRecoveryPermit.
-
-
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(org.apache.pekko.persistence.typed.state.internal.BehaviorSetup<C,S> setup, boolean receivedPoisonPill)
-
-
-
Field Detail
-
MODULE$
public static final Recovering$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <C,S> Behavior<InternalProtocol> apply(org.apache.pekko.persistence.typed.state.internal.BehaviorSetup<C,S> setup, boolean receivedPoisonPill)
-
-