Class ReplayingSnapshot$


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

    Second (of four) behavior of an EventSourcedBehavior.

    In this behavior the recovery process is initiated. We try to obtain a snapshot from the configured snapshot store, and if it exists, we use it instead of the initial emptyState.

    Once snapshot recovery is done (or no snapshot was selected), recovery of events continues in ReplayingEvents.

    See next behavior ReplayingEvents. See previous behavior RequestingRecoveryPermit.

    • Field Detail

      • MODULE$

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

      • ReplayingSnapshot$

        public ReplayingSnapshot$()