akka.dispatch
Class UnboundedMailbox

java.lang.Object
  extended by akka.dispatch.UnboundedMailbox
All Implemented Interfaces:
MailboxType, java.io.Serializable, scala.Equals, scala.Product

public class UnboundedMailbox
extends java.lang.Object
implements MailboxType, scala.Product, scala.Serializable

UnboundedMailbox is the default unbounded MailboxType used by Akka Actors.

See Also:
Serialized Form

Constructor Summary
UnboundedMailbox()
           
UnboundedMailbox(ActorSystem.Settings settings, com.typesafe.config.Config config)
           
 
Method Summary
 MessageQueue create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

UnboundedMailbox

public UnboundedMailbox()

UnboundedMailbox

public UnboundedMailbox(ActorSystem.Settings settings,
                        com.typesafe.config.Config config)
Method Detail

create

public final MessageQueue create(scala.Option<ActorRef> owner,
                                 scala.Option<ActorSystem> system)
Specified by:
create in interface MailboxType