Class RelativeActorPath
Extractor class for so-called "relative actor paths" - as in "relative URI", not "relative to some other actors."
Examples:
- "grand/child"
- "/user/hello/world"
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public static class RelativeActorPath
Methods
| Improve this Doc View SourceUnapply(String)
TBD
Declaration
public static IEnumerable<string> Unapply(string addr)
Parameters
Type | Name | Description |
---|---|---|
String | addr | TBD |
Returns
Type | Description |
---|---|
IEnumerable<String> | TBD |