com.paypal.cascade.akka

config

package config

Convenience methods and implicit wrappers for working with com.typesafe.config.Config

https://github.com/typesafehub/config

ConfigFactory.load() loads the following (first listed are higher priority):

system properties application.conf (all resources on classpath with this name) application.json (all resources on classpath with this name) application.properties (all resources on classpath with this name) reference.conf (all resources on classpath with this name)

From inside an actor, you can retrieve the config with

val config = context.system.settings.config
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ConfigError extends Error

  2. implicit class RichConfig extends LoggingSugar

    Implicit wrapper on Config which provides optional methods on getters.

  3. implicit class RichConfigOption[T] extends AnyRef

    Implicit wrapper on Option to getOrElse throw ConfigError.

    Implicit wrapper on Option to getOrElse throw ConfigError.

    T

    type of object

Value Members

  1. object ConfigWrapper

    Simple wrapper to hold parsed Typesafe config files

Inherited from AnyRef

Inherited from Any

Ungrouped