public final class Envelope
extends java.lang.Object
implements scala.Product, scala.Serializable
Modifier and Type | Method and Description |
---|---|
static Envelope |
apply(java.lang.Object message,
ActorRef sender,
ActorSystem system) |
java.lang.Object |
message() |
ActorRef |
sender() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Envelope apply(java.lang.Object message, ActorRef sender, ActorSystem system)
public java.lang.Object message()
public ActorRef sender()