C# Class Akka.Cluster.ClusterDeployer

INTERNAL API Deployer of cluster-aware routers
Inheritance: Akka.Remote.RemoteDeployer
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ClusterDeployer ( Settings settings ) : System
ParseConfig ( string key, Config config ) : Akka.Actor.Deploy

Method Details

ClusterDeployer() public method

public ClusterDeployer ( Settings settings ) : System
settings Akka.Actor.Settings
return System

ParseConfig() public method

public ParseConfig ( string key, Config config ) : Akka.Actor.Deploy
key string
config Akka.Configuration.Config
return Akka.Actor.Deploy