ConnectionPoolConfig

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Disabled extends ConnectionPoolConfig
final case class Dynamic(minimum: Int, maximum: Int, ttl: Duration) extends ConnectionPoolConfig
final case class DynamicPerHost(configs: Map[Absolute, Dynamic], default: Dynamic) extends ConnectionPoolConfig
final case class Fixed(size: Int) extends ConnectionPoolConfig
final case class FixedPerHost(sizes: Map[Absolute, Fixed], default: Fixed) extends ConnectionPoolConfig

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror