ConnectionPoolSettings

akka.http.scaladsl.settings.ConnectionPoolSettings
See theConnectionPoolSettings companion class

Attributes

Companion
class
Source
ConnectionPoolSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def apply(config: Config): ConnectionPoolSettingsImpl

Creates an instance of settings using the given Config.

Creates an instance of settings using the given Config.

Attributes

Definition Classes
SettingsCompanion
Source
ConnectionPoolSettings.scala
override 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. by application.conf or reference.conf files in the class loader of this class).

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).

Attributes

Definition Classes
SettingsCompanion
Source
ConnectionPoolSettings.scala

Inherited methods

final def apply(system: ClassicActorSystemProvider): T

Attributes

Inherited from:
SettingsCompanion (hidden)
Source
SettingsCompanion.scala
final def apply(system: ActorSystem): T

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.

Attributes

Inherited from:
SettingsCompanion (hidden)
Source
SettingsCompanion.scala
def default(actorRefFactory: ActorRefFactory): T

Attributes

Inherited from:
SettingsCompanion (hidden)
Source
SettingsCompanion.scala

Implicits

Inherited implicits

implicit def default(implicit system: ClassicActorSystemProvider): T

Attributes

Inherited from:
SettingsCompanion (hidden)
Source
SettingsCompanion.scala