C# Class Akka.Actor.Deployer

Used to configure and deploy actors.
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
Deployer ( Settings settings ) : System
Lookup ( ActorPath path ) : Akka.Actor.Deploy
Lookup ( IEnumerable path ) : Akka.Actor.Deploy
Lookup ( IEnumerator path ) : Akka.Actor.Deploy
ParseConfig ( string key, Config config ) : Akka.Actor.Deploy
SetDeploy ( Akka.Actor.Deploy deploy ) : void

Private Methods

Méthode Description
CreateRouterConfig ( string routerTypeAlias, Config deployment ) : Akka.Routing.RouterConfig

Method Details

Deployer() public méthode

public Deployer ( Settings settings ) : System
settings Settings
Résultat System

Lookup() public méthode

public Lookup ( ActorPath path ) : Akka.Actor.Deploy
path ActorPath
Résultat Akka.Actor.Deploy

Lookup() public méthode

public Lookup ( IEnumerable path ) : Akka.Actor.Deploy
path IEnumerable
Résultat Akka.Actor.Deploy

Lookup() public méthode

public Lookup ( IEnumerator path ) : Akka.Actor.Deploy
path IEnumerator
Résultat Akka.Actor.Deploy

ParseConfig() public méthode

public ParseConfig ( string key, Config config ) : Akka.Actor.Deploy
key string
config Akka.Configuration.Config
Résultat Akka.Actor.Deploy

SetDeploy() public méthode

public SetDeploy ( Akka.Actor.Deploy deploy ) : void
deploy Akka.Actor.Deploy
Résultat void