module

Amqp

Constants

VERSION = "0.1.0"

Class methods

coerce_arguments(arguments : Arguments) : Arguments
Source
coerce_arguments(arguments : NamedTuple) : Arguments
Source
coerce_field(value : Nil) : FieldValue
Source
coerce_field(value : Bool) : FieldValue
Source
coerce_field(value : Int8 | UInt8 | Int16 | UInt16 | Int32 | UInt32 | Int64) : FieldValue
Source
coerce_field(value : Float32 | Float64) : FieldValue
Source
coerce_field(value : Bytes | String | Time) : FieldValue
Source
coerce_field(value : NamedTuple) : FieldValue
Source
coerce_field(value : Array) : FieldValue
Source
coerce_field(value : Hash) : FieldValue
Source
coerce_field(value : Int) : FieldValue
Source
coerce_field(value : Float) : FieldValue
Source
coerce_field(value) : FieldValue
Source
connect(uri : String, **kw) : Connection
Source
connect(uri : URI, **kw) : Connection
Source
connect(uri : String, **kw, & : Connection -> _)
Source
connect(uri : URI, **kw, & : Connection -> _)
Source
tls_context_default
Source

Nested types