View Source Rambla.Connection.Config (Rambla v1.2.5)

The connection settings as requested by connection provider

Summary

Types

t()

The configuration of the real connection behind a pool

Types

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

The configuration of the real connection behind a pool