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 that enforces an unbounded stash for the actor.


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
 
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()