Package akka.actor
Class IgnoreActorRef$
- java.lang.Object
-
- akka.actor.IgnoreActorRef$
-
- All Implemented Interfaces:
java.io.Serializable
public class IgnoreActorRef$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IgnoreActorRef$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description IgnoreActorRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isIgnoreRefPath(ActorPath otherPath)
Check if the passedotherPath
is the same as IgnoreActorRef.pathboolean
isIgnoreRefPath(java.lang.String otherPath)
Check if the passedotherPath
is the same as IgnoreActorRef.pathActorPath
path()
-
-
-
Field Detail
-
MODULE$
public static final IgnoreActorRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
path
public ActorPath path()
-
isIgnoreRefPath
public boolean isIgnoreRefPath(java.lang.String otherPath)
Check if the passedotherPath
is the same as IgnoreActorRef.path
-
isIgnoreRefPath
public boolean isIgnoreRefPath(ActorPath otherPath)
Check if the passedotherPath
is the same as IgnoreActorRef.path
-
-