akka.actor
Interface UnboundedStash

All Superinterfaces:
Actor, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>, UnrestrictedStash
All Known Implementing Classes:
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
capacity, mailbox, postStop, preRestart, stash, theStash, unstashAll
 
Methods inherited from interface akka.actor.Actor
context, noSender, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandled