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
- Alphabetic
- By Inheritance
Inherited
- ResourceSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ConfigPath: String
- def apply()(implicit sys: ClassicActorSystemProvider): ResourceSettings
Resolves settings from the
ActorSystem
s settings. - def apply(config: Config): ResourceSettings
Resolves settings from a given Config object, which should have all of the required values at the top level.
- def apply(msg: String): ResourceSettings
- def create(sys: ClassicActorSystemProvider): ResourceSettings
Java Api
Java Api
Resolves settings from the
ActorSystem
s settings. - 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.
- def create(msg: String): ResourceSettings
Java Api