Class RequestingRecoveryPermit$


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

    First (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.
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • RequestingRecoveryPermit$

        public RequestingRecoveryPermit$()
    • Method Detail

      • apply

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