object ActorRef extends Serializable
- Source
- ActorRef.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorRef
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final val noSender: ActorRef
Use this value as an argument to ActorRef#tell if there is not actor to reply to (e.g.
Use this value as an argument to ActorRef#tell if there is not actor to reply to (e.g. when sending from non-actor code).