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 RemoteRouterConfigSurrogate : ISurrogate
Properties
| Improve this Doc 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
| Improve this Doc 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. |