Class RelativeActorPath$

java.lang.Object
org.apache.pekko.actor.RelativeActorPath$
All Implemented Interfaces:
PathUtils

public class RelativeActorPath$ extends 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 Details

    • MODULE$

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

    • RelativeActorPath$

      public RelativeActorPath$()
  • Method Details

    • unapply

      public scala.Option<scala.collection.immutable.Seq<String>> unapply(String addr)