Class RemoteRouterConfig.RemoteRouterConfigSurrogate
This class represents a surrogate of a RemoteRouterConfig router. Its main use is to help during the serialization process.
Implements
Inherited Members
Namespace: Akka.Remote.Routing
Assembly: Akka.Remote.dll
Syntax
public class RemoteRouterConfig.RemoteRouterConfigSurrogate : ISurrogate
Properties
| Edit this page View SourceLocal
TBD
Declaration
public Pool Local { get; set; }
Property Value
| Type | Description |
|---|---|
| Pool |
Nodes
TBD
Declaration
public Address[] Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Address[] |
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Creates a RemoteRouterConfig encapsulated by this surrogate.
Declaration
public ISurrogated FromSurrogate(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | The actor system that owns this router. |
Returns
| Type | Description |
|---|---|
| ISurrogated | The RemoteRouterConfig encapsulated by this surrogate. |
Edit this page