| DeployerParseConfig Method |
Creates an actor deployment to the supplied path, key, using the supplied configuration, config.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual Deploy ParseConfig(
string key,
Config config
)
abstract ParseConfig :
key : string *
config : Config -> Deploy
override ParseConfig :
key : string *
config : Config -> Deploy
Parameters
- key
- Type: SystemString
The path used to deploy the actor. - config
- Type: Akka.ConfigurationConfig
The configuration used to configure the deployed actor.
Return Value
Type:
DeployA configured actor deployment to the given path.
See Also