akka.actor
Class Inbox$

java.lang.Object
  extended by akka.actor.Inbox$

public class Inbox$
extends java.lang.Object


Field Summary
static Inbox$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Inbox$()
           
 
Method Summary
 Inbox create(ActorSystem system)
          Create a new Inbox within the given system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Inbox$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Inbox$

public Inbox$()
Method Detail

create

public Inbox create(ActorSystem system)
Create a new Inbox within the given system.

Parameters:
system - (undocumented)
Returns:
(undocumented)