Package akka.actor

Class IgnoreActorRef

    • Method Detail

      • isIgnoreRefPath

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

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

        public ActorPath path()
        Description copied from class: ActorRef
        Returns the path for this actor (from this actor up to the root actor).
        Specified by:
        path in class ActorRef
      • writeReplace

        protected java.lang.Object writeReplace()
                                         throws java.io.ObjectStreamException
        Specified by:
        writeReplace in interface MinimalActorRef
        Throws:
        java.io.ObjectStreamException