|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.ActorRef
akka.actor.InternalActorRef
akka.actor.Nobody$
public class Nobody$
This is an internal look-up failure token, not useful for anything else.
Field Summary | |
---|---|
static Nobody$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Nobody$()
|
Method Summary | |
---|---|
RootActorPath |
path()
Returns the path for this actor (from this actor up to the root actor). |
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 |
---|
getChild, getParent, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend, writeReplace |
Methods inherited from interface akka.actor.LocalRef |
---|
isLocal |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Field Detail |
---|
public static final Nobody$ MODULE$
Constructor Detail |
---|
public Nobody$()
Method Detail |
---|
public RootActorPath path()
ActorRef
path
in class ActorRef
public scala.runtime.Nothing$ provider()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |