Interface SnapshotInteractions<C,​E,​S>

    • Method Detail

      • internalDeleteSnapshots

        void internalDeleteSnapshots​(long fromSequenceNr,
                                     long toSequenceNr)
        Deletes the snapshots up to and including the `sequenceNr`.
      • loadSnapshot

        void loadSnapshot​(SnapshotSelectionCriteria criteria,
                          long toSequenceNr)
        Instructs the snapshot store to load the specified snapshot and send it via an SnapshotOffer to the running PersistentActor.
        Parameters:
        criteria - (undocumented)
        toSequenceNr - (undocumented)