Package org.apache.pekko.persistence
Interface PersistenceStash
- All Superinterfaces:
Actor,RequiresMessageQueue<DequeBasedMessageQueueSemantics>,StashFactory,StashSupport
- 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 Actor, StashSupport, RequiresMessageQueue<DequeBasedMessageQueueSemantics>, StashFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ -
Method Summary
Modifier and TypeMethodDescriptionThe returnedpekko.persistence.StashOverflowStrategyobject determines how to handle the message failed to stash when the internal Stash capacity exceeded.Methods inherited from interface org.apache.pekko.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledMethods inherited from interface org.apache.pekko.actor.StashFactory
createStashMethods inherited from interface org.apache.pekko.actor.StashSupport
actorCell, clearStash, context, enqueueFirst, mailbox, org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq, prepend, self, stash, theStash_$eq, unstash, unstashAll, unstashAll
-
Method Details
-
internalStashOverflowStrategy
StashOverflowStrategy internalStashOverflowStrategy()The returnedpekko.persistence.StashOverflowStrategyobject determines how to handle the message failed to stash when the internal Stash capacity exceeded.
-