Namespace Akka.Configuration
Classes
Config
This class represents the main configuration object used by Akka.NET when configuring objects within the system. To put it simply, it's the internal representation of a HOCON (Human-Optimized Config Object Notation) configuration string.
ConfigExtensions
This class contains convenience methods for working with Config.
ConfigurationException
The exception that is thrown when a configuration is invalid.
ConfigurationFactory
This class contains methods used to retrieve configuration information from a variety of sources including user-supplied strings, configuration files and assembly resources.