Package akka.persistence.typed.internal
Class RequestingRecoveryPermit$
- java.lang.Object
-
- akka.persistence.typed.internal.RequestingRecoveryPermit$
-
public class RequestingRecoveryPermit$ extends java.lang.Object
INTERNAL APIFirst (of four) behavior of an PersistentBehaviour.
Requests a permit to start replaying this actor; this is tone to avoid hammering the journal with too many concurrently replaying actors.
See next behavior
ReplayingSnapshot
.
-
-
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,E,S>
Behavior<InternalProtocol>apply(akka.persistence.typed.internal.BehaviorSetup<C,E,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,E,S> Behavior<InternalProtocol> apply(akka.persistence.typed.internal.BehaviorSetup<C,E,S> setup)
-
-