public class ConnectionPoolSettings$ extends java.lang.Object implements SettingsCompanion<ConnectionPoolSettings>
Modifier and Type | Field and Description |
---|---|
static ConnectionPoolSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ConnectionPoolSettings$() |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolSettings |
create(org.apache.pekko.actor.ActorSystem system)
WARNING: This MUST overridden in sub-classes as otherwise won't be usable (return type) from Java.
|
ConnectionPoolSettings |
create(com.typesafe.config.Config config)
Creates an instance of settings using the given Config.
|
ConnectionPoolSettings |
create(java.lang.String configOverrides)
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).
|
public static final ConnectionPoolSettings$ MODULE$
public ConnectionPoolSettings create(com.typesafe.config.Config config)
SettingsCompanion
Java API
create
in interface SettingsCompanion<ConnectionPoolSettings>
config
- (undocumented)public ConnectionPoolSettings create(java.lang.String configOverrides)
SettingsCompanion
Java API
create
in interface SettingsCompanion<ConnectionPoolSettings>
configOverrides
- (undocumented)public ConnectionPoolSettings create(org.apache.pekko.actor.ActorSystem system)
SettingsCompanion
Java API
create
in interface SettingsCompanion<ConnectionPoolSettings>
system
- (undocumented)