Interface PersistenceStash

All Superinterfaces:
Actor, RequiresMessageQueue<DequeBasedMessageQueueSemantics>, Stash, StashFactory, StashSupport, UnrestrictedStash
All Known Subinterfaces:
AbstractPersistentActorLike, AtLeastOnceDelivery, AtLeastOnceDeliveryLike, Eventsourced, PersistentActor, PersistentFSM<S,D,E>
All Known Implementing Classes:
AbstractPersistentActor, AbstractPersistentActorWithAtLeastOnceDelivery, AbstractPersistentActorWithTimers, AbstractPersistentFSM, AbstractPersistentLoggingFSM, JournalPerfSpec.BenchActor, PersistentShardCoordinator

public interface PersistenceStash extends Stash, StashFactory
  • Method Details

    • internalStashOverflowStrategy

      StashOverflowStrategy internalStashOverflowStrategy()
      The returned pekko.persistence.StashOverflowStrategy object determines how to handle the message failed to stash when the internal Stash capacity exceeded.