akka

config

package config

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigParser extends RegexParsers

  2. class Configuration extends AnyRef

  3. class ConfigurationException extends AkkaException

  4. class DependencyBinding extends AnyRef

  5. class FilesystemImporter extends Importer

    An Importer that looks for imported config files in the filesystem.

  6. trait Importer extends AnyRef

    An interface for finding config files and reading them into strings for parsing.

  7. class ModuleNotAvailableException extends AkkaException

  8. case class RemoteAddress (hostname: String, port: Int) extends Product with Serializable

  9. class ResourceImporter extends Importer

    An Importer that looks for imported config files in the java resources of the system class loader (usually the jar used to launch this app).

  10. class TypedActorConfigurator extends AnyRef

    Configurator for the TypedActors.

  11. class TypedActorGuiceModule extends AbstractModule

Value Members

  1. object Config extends AnyRef

    Loads up the configuration (from the akka.

  2. object Configuration extends AnyRef

  3. object Supervision extends AnyRef

    Configuration classes - not to be used as messages.