RelativeActorPath

org.apache.pekko.actor.RelativeActorPath

Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”. Examples:

  • "grand/child"
  • "/user/hello/world"

Attributes

Source
Address.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(addr: String): Option[Seq[String]]

Attributes

Source
Address.scala

Inherited methods

protected def split(s: String, fragment: String): List[String]

Attributes

Inherited from:
PathUtils (hidden)
Source
Address.scala