object ConnectionPoolSettings extends SettingsCompanion[ConnectionPoolSettings]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionPoolSettings
- SettingsCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(configOverrides: String): ConnectionPoolSettingsImpl
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e.
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
- Definition Classes
- ConnectionPoolSettings → SettingsCompanion
- def apply(config: Config): ConnectionPoolSettingsImpl
Creates an instance of settings using the given Config.
Creates an instance of settings using the given Config.
- Definition Classes
- ConnectionPoolSettings → SettingsCompanion
- final def apply(system: ClassicActorSystemProvider): ConnectionPoolSettings
- Definition Classes
- SettingsCompanion
- final def apply(system: ActorSystem): ConnectionPoolSettings
Creates an instance of settings using the configuration provided by the given ActorSystem.
Creates an instance of settings using the configuration provided by the given ActorSystem.
- Definition Classes
- SettingsCompanion
- def default(actorRefFactory: ActorRefFactory): ConnectionPoolSettings
- Definition Classes
- SettingsCompanion
- implicit def default(implicit system: ClassicActorSystemProvider): ConnectionPoolSettings
- Definition Classes
- SettingsCompanion