C# Class Akka.Actor.Settings

Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object. For more detailed information about the different possible configuration options, look in the Akka .NET Documentation under "Configuration"
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
InjectTopLevelFallback ( Config config ) : void

Injects a system config at the top of the fallback chain

Settings ( ActorSystem system, Config config ) : System

Initializes a new instance of the Settings class.

ToString ( ) : string

Returns a string that represents this instance.

Private Methods

Method Description
RebuildConfig ( ) : void

Combines the user config and the fallback chain of configs

Method Details

InjectTopLevelFallback() public method

Injects a system config at the top of the fallback chain
public InjectTopLevelFallback ( Config config ) : void
config Akka.Configuration.Config
return void

Settings() public method

Initializes a new instance of the Settings class.
public Settings ( ActorSystem system, Config config ) : System
system ActorSystem The system.
config Akka.Configuration.Config The configuration.
return System

ToString() public method

Returns a string that represents this instance.
public ToString ( ) : string
return string