Package akka.actor
Class RelativeActorPath
- java.lang.Object
-
- akka.actor.RelativeActorPath
-
public class RelativeActorPath extends java.lang.Object
Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”. Examples:* "grand/child" * "/user/hello/world"
-
-
Constructor Summary
Constructors Constructor Description RelativeActorPath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static scala.collection.immutable.List<java.lang.String>
split(java.lang.String s, java.lang.String fragment)
static scala.Option<scala.collection.immutable.Seq<java.lang.String>>
unapply(java.lang.String addr)
-