Packages

o

akka.actor

RelativeActorPath

object RelativeActorPath extends PathUtils

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

* "grand/child" * "/user/hello/world"

Source
Address.scala
Linear Supertypes
PathUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelativeActorPath
  2. PathUtils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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