Package akka.persistence
Interface PersistenceStash
- 
- All Superinterfaces:
 Actor,RequiresMessageQueue<DequeBasedMessageQueueSemantics>,Stash,StashFactory,StashSupport,UnrestrictedStash
- All Known Subinterfaces:
 AbstractPersistentActorLike,AtLeastOnceDelivery,AtLeastOnceDeliveryLike,Eventsourced,PersistentActor
- All Known Implementing Classes:
 AbstractPersistentActor,AbstractPersistentActorWithAtLeastOnceDelivery,AbstractPersistentActorWithTimers,JournalPerfSpec.BenchActor,PersistentShardCoordinator
public interface PersistenceStash extends Stash, StashFactory
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StashOverflowStrategyinternalStashOverflowStrategy()The returnedStashOverflowStrategyobject determines how to handle the message failed to stash when the internal Stash capacity exceeded.- 
Methods inherited from interface akka.actor.Actor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandled 
- 
Methods inherited from interface akka.actor.StashFactory
createStash 
- 
Methods inherited from interface akka.actor.StashSupport
actorCell, akka$actor$StashSupport$_setter_$mailbox_$eq, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash_$eq, unstash, unstashAll, unstashAll 
- 
Methods inherited from interface akka.actor.UnrestrictedStash
postStop, preRestart, super$postStop, super$preRestart 
 - 
 
 - 
 
- 
- 
Method Detail
- 
internalStashOverflowStrategy
StashOverflowStrategy internalStashOverflowStrategy()
The returnedStashOverflowStrategyobject determines how to handle the message failed to stash when the internal Stash capacity exceeded. 
 - 
 
 -