Package akka.actor
Class Actor$
- java.lang.Object
-
- akka.actor.Actor$
-
public class Actor$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Actor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
noSender()
Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.
-
-
-
Field Detail
-
MODULE$
public static final Actor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
noSender
public final ActorRef noSender()
Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.
-
-