Package akka.actor
Class RelativeActorPath$
- java.lang.Object
-
- akka.actor.RelativeActorPath$
-
- All Implemented Interfaces:
PathUtils
public class RelativeActorPath$ extends java.lang.Object implements PathUtils
Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”. Examples:* "grand/child" * "/user/hello/world"
-
-
Field Summary
Fields Modifier and Type Field Description static RelativeActorPath$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RelativeActorPath$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<scala.collection.immutable.Seq<java.lang.String>>
unapply(java.lang.String addr)
-
-
-
Field Detail
-
MODULE$
public static final RelativeActorPath$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-