Class RequestingRecoveryPermit$
- java.lang.Object
-
- akka.persistence.typed.state.internal.RequestingRecoveryPermit$
-
public class RequestingRecoveryPermit$ extends java.lang.Object
INTERNAL APIFirst (of three) behavior of a
DurableStateBehavior
.Requests a permit to start recovery of this actor; this is tone to avoid hammering the store with too many concurrently recovering actors.
See next behavior
Recovering
.
-
-
Field Summary
Fields Modifier and Type Field Description static RequestingRecoveryPermit$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestingRecoveryPermit$()
-
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)
-
-
-
Field Detail
-
MODULE$
public static final RequestingRecoveryPermit$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <C,S> Behavior<InternalProtocol> apply(akka.persistence.typed.state.internal.BehaviorSetup<C,S> setup)
-
-