Packages

object ResourceSettings

Factories for the settings object should take parameters as well as a Config instance for reading values from HOCON.

Source
Resource.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ConfigPath: String
  2. def apply()(implicit sys: ClassicActorSystemProvider): ResourceSettings

    Resolves settings from the ActorSystems settings.

  3. def apply(config: Config): ResourceSettings

    Resolves settings from a given Config object, which should have all of the required values at the top level.

  4. def apply(msg: String): ResourceSettings
  5. def create(sys: ClassicActorSystemProvider): ResourceSettings

    Java Api

    Java Api

    Resolves settings from the ActorSystems settings.

  6. def create(config: Config): ResourceSettings

    Java Api

    Java Api

    Resolves settings from a given Config object, which should have all of the required values at the top level.

  7. def create(msg: String): ResourceSettings

    Java Api