Package akka.actor.dungeon
Class UndefinedUidActorRef
- java.lang.Object
-
- akka.actor.ActorRef
-
- akka.actor.InternalActorRef
-
- akka.actor.dungeon.UndefinedUidActorRef
-
- All Implemented Interfaces:
ActorRefScope
,LocalRef
,MinimalActorRef
,ScalaActorRef
,java.io.Serializable
,java.lang.Comparable<ActorRef>
,scala.Serializable
public class UndefinedUidActorRef extends InternalActorRef implements MinimalActorRef
Starts subscription to AddressTerminated if not already subscribing and the block adds a non-local ref to watching or watchedBy. Ends subscription to AddressTerminated if subscribing and the block removes the last non-local ref from watching and watchedBy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedUidActorRef(ActorRef ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorPath
path()
scala.runtime.Nothing$
provider()
-
Methods inherited from class akka.actor.InternalActorRef
getChild, getParent, isLocal, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend
-
Methods inherited from class akka.actor.ActorRef
compareTo, equals, forward, hashCode, noSender, tell, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.actor.MinimalActorRef
$bang, $bang$default$2, getChild, getParent, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend, writeReplace
-
Methods inherited from interface akka.actor.ScalaActorRef
$bang, $bang$default$2
-
-