AMQP (amqp v4.1.0)
View SourceThis module provides AMQP-related types.
Summary
Types
@type argument_type() ::
:longstr
| :signedint
| :decimal
| :timestamp
| :table
| :byte
| :double
| :float
| :long
| :short
| :bool
| :binary
| :void
| :array
@type arguments() :: [{String.t(), argument_type(), term()}]