akka.actor
Interface UnboundedStash

All Superinterfaces:
Actor, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>, StashSupport, UnrestrictedStash
All Known Implementing Classes:
AbstractActorWithUnboundedStash, UntypedActorWithUnboundedStash

public interface UnboundedStash
extends UnrestrictedStash, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>

The UnboundedStash trait is a version of Stash that enforces an unbounded stash for you actor.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Method Summary
 
Methods inherited from interface akka.actor.UnrestrictedStash
postStop, preRestart
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
 
Methods inherited from interface akka.actor.StashSupport
actorCell, capacity, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash, unstash, unstashAll, unstashAll