public class ActorPathExtractor
extends Object
Given an ActorPath it returns the Address and the path elements if the path is well-formed
-
Constructor Summary
Constructors
-
Method Summary
protected static scala.collection.immutable.List<String>
static scala.Option<scala.Tuple2<Address,scala.collection.immutable.Iterable<String>>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ActorPathExtractor
public ActorPathExtractor()
-
Method Details
-
unapply
public static scala.Option<scala.Tuple2<Address,scala.collection.immutable.Iterable<String>>> unapply(String addr)
-