ActorPath Class |
Namespace: Akka.Actor
The ActorPath type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorPath(Address, String) |
Initializes a new instance of the ActorPath class.
|
![]() | ActorPath(ActorPath, String, Int64) |
Initializes a new instance of the ActorPath class.
|
Name | Description | |
---|---|---|
![]() | Child |
Creates a child with the specified name
|
![]() | CompareTo | |
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ActorPath) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FormatPathElements | |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsValidPathElement |
Method that checks if actor name conforms to RFC 2396, http://www.ietf.org/rfc/rfc2396.txt
Note that AKKA JVM does not allow parenthesis ( ) but, according to RFC 2396 those are allowed, and
since we use URL Encode to create valid actor names, we must allow them.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse | |
![]() | ToSerializationFormat | |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | ToStringWithAddress |
Generate String representation, with the address in the RootActorPath.
|
![]() | ToStringWithAddress(Address) |
Generate String representation, replacing the Address in the RootActorPath
with the given one unless this path’s address includes host and port
information.
|
![]() | ToStringWithoutAddress |
String representation of the path elements, excluding the address
information. The elements are separated with "/" and starts with "/",
e.g. "/user/a/b".
|
![]() | ToStringWithUid |
Returns a string representation of this instance including uid.
|
![]() | ToSurrogate | |
![]() ![]() | TryParse |
Tries to parse the uri, which should be a full uri, i.e containing protocol.
For example "akka://System/user/my-actor"
|
![]() ![]() | TryParseAddress | |
![]() | WithUid |
Withes the uid.
|
Name | Description | |
---|---|---|
![]() ![]() | Division(ActorPath, IEnumerableString) |
Recursively create a descendant’s path by appending all child names.
|
![]() ![]() | Division(ActorPath, String) |
Create a new child actor path.
|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
Name | Description | |
---|---|---|
![]() | Address |
The Address under which this path can be reached; walks up the tree to
the RootActorPath.
|
![]() | Elements |
Gets the elements.
|
![]() | Name |
Gets the name.
|
![]() | Parent | |
![]() | Root | |
![]() | Uid |
Gets the uid.
|