Class RootActorPath
Actor paths for root guardians, such as "/user" and "/system"
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class RootActorPath : ActorPath, IEquatable<ActorPath>, IComparable<ActorPath>, ISurrogated
Constructors
| Improve this Doc View SourceRootActorPath(Address, String)
Initializes a new instance of the RootActorPath class.
Declaration
public RootActorPath(Address address, string name = "")
Parameters
Type | Name | Description |
---|---|---|
Address | address | The address. |
String | name | The name. |