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