Package akka.actor

Class 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 passed otherPath is the same as IgnoreActorRef.path
      boolean isIgnoreRefPath​(java.lang.String otherPath)
      Check if the passed otherPath is the same as IgnoreActorRef.path
      ActorPath path()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final IgnoreActorRef$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • IgnoreActorRef$

        public IgnoreActorRef$()
    • Method Detail

      • isIgnoreRefPath

        public boolean isIgnoreRefPath​(java.lang.String otherPath)
        Check if the passed otherPath is the same as IgnoreActorRef.path
      • isIgnoreRefPath

        public boolean isIgnoreRefPath​(ActorPath otherPath)
        Check if the passed otherPath is the same as IgnoreActorRef.path