Rambla v0.11.0 Rambla.Connection.Config View Source

The connection settings as requested by connection provider

Link to this section Summary

Types

t()

The configuration of the real connection behind a pool

Link to this section Types

Specs

t() :: %Rambla.Connection.Config{
  conn: any(),
  chan: any(),
  opts: map(),
  defaults: map(),
  full_result: boolean()
}

The configuration of the real connection behind a pool