Rambla v0.8.4 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

Link to this type

t()

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

The configuration of the real connection behind a pool