akka.actor
Class UntypedActorWithUnrestrictedStash

java.lang.Object
  extended by akka.actor.UntypedActor
      extended by akka.actor.UntypedActorWithUnrestrictedStash
All Implemented Interfaces:
Actor, UnrestrictedStash

public abstract class UntypedActorWithUnrestrictedStash
extends UntypedActor
implements UnrestrictedStash

Actor base class with Stash that does not enforce any mailbox type. The mailbox of the actor has to be configured manually. See UntypedActorWithStash for details on how Stash works.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
UntypedActorWithUnrestrictedStash()
           
 
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

UntypedActorWithUnrestrictedStash

public UntypedActorWithUnrestrictedStash()