Package org.apache.pekko.actor
Class IgnoreActorRef$
java.lang.Object
org.apache.pekko.actor.IgnoreActorRef$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IgnoreActorRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisIgnoreRefPath(String otherPath) Check if the passedotherPathis the same as IgnoreActorRef.pathbooleanisIgnoreRefPath(ActorPath otherPath) Check if the passedotherPathis the same as IgnoreActorRef.pathpath()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IgnoreActorRef$
public IgnoreActorRef$()
-
-
Method Details
-
path
-
isIgnoreRefPath
Check if the passedotherPathis the same as IgnoreActorRef.path -
isIgnoreRefPath
Check if the passedotherPathis the same as IgnoreActorRef.path
-