Class ActorPath.Surrogate
This class represents a surrogate of an ActorPath.
Its main use is to help during the serialization process.
Inheritance
ActorPath.Surrogate
Assembly: Akka.dll
Syntax
public sealed class ActorPath.Surrogate : ISurrogate, IEquatable<ActorPath.Surrogate>, IEquatable<ActorPath>
Constructors
|
Edit this page
View Source
Surrogate(string)
Declaration
public Surrogate(string path)
Parameters
Type |
Name |
Description |
string |
path |
The string representation of the actor path.
|
Properties
|
Edit this page
View Source
Path
The string representation of the actor path
Declaration
public string Path { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(ActorPath)
Declaration
public bool Equals(ActorPath other)
Parameters
Returns
|
Edit this page
View Source
Equals(Surrogate)
Declaration
public bool Equals(ActorPath.Surrogate other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
FromSurrogate(ActorSystem)
Creates an ActorPath encapsulated by this surrogate.
Declaration
public ISurrogated FromSurrogate(ActorSystem system)
Parameters
Type |
Name |
Description |
ActorSystem |
system |
The actor system that contains this actor path.
|
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods