Class ReplayingEvents$


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

    Third (of four) behavior of an EventSourcedBehavior.

    In this behavior we finally start replaying events, beginning from the last applied sequence number (i.e. the one up-until-which the snapshot recovery has brought us).

    Once recovery is completed, the actor becomes Running, stashed messages are flushed and control is given to the user's handlers to drive the actors behavior from there.

    See next behavior Running. See previous behavior ReplayingSnapshot.