akka.actor
Class UntypedActorWithUnboundedStash

java.lang.Object
  extended by akka.actor.UntypedActor
      extended by akka.actor.UntypedActorWithUnboundedStash
All Implemented Interfaces:
Actor, UnboundedStash, UnrestrictedStash, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>

public abstract class UntypedActorWithUnboundedStash
extends UntypedActor
implements UnboundedStash

Actor base class with Stash that enforces an unbounded deque for the actor. The proper mailbox has to be configured manually, and the mailbox should extend the DequeBasedMessageQueueSemantics marker trait. See UntypedActorWithStash for details on how Stash works.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
UntypedActorWithUnboundedStash()
           
 
Method Summary
 
Methods inherited from class akka.actor.UntypedActor
getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, supervisorStrategy, unhandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

UntypedActorWithUnboundedStash

public UntypedActorWithUnboundedStash()