akka.dispatch
Class Envelope$

java.lang.Object
  extended by akka.dispatch.Envelope$
All Implemented Interfaces:
java.io.Serializable

public class Envelope$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Envelope$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Envelope$()
           
 
Method Summary
 Envelope apply(java.lang.Object message, ActorRef sender, ActorSystem 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 Envelope$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Envelope$

public Envelope$()
Method Detail

apply

public Envelope apply(java.lang.Object message,
                      ActorRef sender,
                      ActorSystem system)