Package org.apache.pekko.actor
Class ActorRef$
java.lang.Object
org.apache.pekko.actor.ActorRef$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ActorRefnoSender()Use this value as an argument toActorRef.tell(java.lang.Object, org.apache.pekko.actor.ActorRef)if there is not actor to reply to (e.g.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorRef$
public ActorRef$()
-
-
Method Details
-
noSender
Use this value as an argument toActorRef.tell(java.lang.Object, org.apache.pekko.actor.ActorRef)if there is not actor to reply to (e.g. when sending from non-actor code).
-