Class RelativeActorPath

java.lang.Object
org.apache.pekko.actor.RelativeActorPath

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

    • RelativeActorPath

      public RelativeActorPath()
  • Method Details

    • unapply

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

      protected static scala.collection.immutable.List<String> split(String s, String fragment)