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 Surrogate : ISurrogate, IEquatable<ActorPath.Surrogate>, IEquatable<ActorPath>
Constructors
|
Improve this Doc
View Source
Surrogate(String)
Declaration
public Surrogate(string path)
Parameters
Type |
Name |
Description |
String |
path |
The string representation of the actor path.
|
Properties
|
Improve this Doc
View Source
Path
The string representation of the actor path
Declaration
public string Path { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ActorPath)
Declaration
public bool Equals(ActorPath other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(ActorPath.Surrogate)
Declaration
public bool Equals(ActorPath.Surrogate other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
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
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods