Packages

o

akka.actor

ActorPathExtractor

object ActorPathExtractor extends PathUtils

Given an ActorPath it returns the Address and the path elements if the path is well-formed

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

Value Members

  1. def unapply(addr: String): Option[(Address, Iterable[String])]