public static final class ScalaDSL.Msg<T> extends java.lang.Object implements ScalaDSL.MessageOrSignal<T>, scala.Product, scala.Serializable
ActorContext
.Constructor and Description |
---|
Msg(ActorContext<T> ctx,
T msg) |
Modifier and Type | Method and Description |
---|---|
ActorContext<T> |
ctx() |
T |
msg() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Msg(ActorContext<T> ctx, T msg)
public ActorContext<T> ctx()
public T msg()