Package akka.dispatch
Class Envelope$
- java.lang.Object
 - 
- akka.dispatch.Envelope$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class Envelope$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Envelope$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelopeapply(java.lang.Object message, ActorRef sender)Envelopeapply(java.lang.Object message, ActorRef sender, ActorSystem system)scala.Option<scala.Tuple2<java.lang.Object,ActorRef>>unapply(Envelope x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Envelope$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -