Package org.apache.pekko.actor
Interface UnboundedStash
- All Superinterfaces:
- Actor,- RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>,- StashSupport,- UnrestrictedStash
- All Known Implementing Classes:
- AbstractActorWithUnboundedStash,- UntypedAbstractActorWithUnboundedStash
public interface UnboundedStash
extends UnrestrictedStash, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>
The 
UnboundedStash trait is a version of pekko.actor.Stash that enforces an unbounded stash for you actor.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.actor.ActorActor.emptyBehavior$, Actor.ignoringBehavior$
- 
Method SummaryMethods inherited from interface org.apache.pekko.actor.ActoraroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandledMethods inherited from interface org.apache.pekko.actor.StashSupportactorCell, clearStash, context, enqueueFirst, mailbox, org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq, prepend, self, stash, theStash_$eq, unstash, unstashAll, unstashAllMethods inherited from interface org.apache.pekko.actor.UnrestrictedStashpostStop, preRestart, super$postStop, super$preRestart