akka.dispatch
Class Envelope

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

public final class Envelope
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Method Summary
static Envelope apply(java.lang.Object message, ActorRef sender, ActorSystem system)
           
 java.lang.Object message()
           
 ActorRef sender()
           
 
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
 

Method Detail

apply

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

message

public java.lang.Object message()

sender

public ActorRef sender()