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"
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
RebuildConfig ( ) : void

Combines the user config and the fallback chain of configs

Method Details

InjectTopLevelFallback() public méthode

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

Settings() public méthode

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.
Résultat System

ToString() public méthode

Returns a string that represents this instance.
public ToString ( ) : string
Résultat string