Package akka.actor

Class ActorPathExtractor$

  • All Implemented Interfaces:
    PathUtils

    public class ActorPathExtractor$
    extends java.lang.Object
    implements PathUtils
    Given an ActorPath it returns the Address and the path elements if the path is well-formed
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ActorPathExtractor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.Option<scala.Tuple2<Address,​scala.collection.immutable.Iterable<java.lang.String>>> unapply​(java.lang.String addr)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • ActorPathExtractor$

        public ActorPathExtractor$()
    • Method Detail

      • unapply

        public scala.Option<scala.Tuple2<Address,​scala.collection.immutable.Iterable<java.lang.String>>> unapply​(java.lang.String addr)