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
| Edit this page 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. |
Edit this page