ActorPath Members
The ActorPath type exposes the following members.
Constructors
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.
|
Methods
Name | Description | |
---|---|---|
![]() |
Child |
Childs the specified child name.
|
![]() |
Equals(ActorPath) |
Indicates whether the current object is equal to another object of the same type.
|
![]() |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
|
![]() |
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.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToSerializationFormat | |
![]() |
ToString |
Returns a String that represents this instance.
|
![]() |
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".
|
![]() ![]() |
TryParse |
Tries to parse the uri, which should be a full uri, i.e containing protocol.
For example "akka://System/user/my-actor"
|
![]() ![]() |
TryParseAddress(String, Address%) | |
![]() |
WithUid |
Withes the uid.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Division(ActorPath, String) |
Create a new child actor path.
|
![]() ![]() |
Division(ActorPath, IEnumerable<(Of <<'(String>)>>)) |
Recursively create a descendant’s path by appending all child names.
|
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |