Package org.apache.pekko.actor
Class RelativeActorPath$
java.lang.Object
org.apache.pekko.actor.RelativeActorPath$
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final RelativeActorPath$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RelativeActorPath$
public RelativeActorPath$()
-
-
Method Details
-
unapply
-