View Source AMQP (amqp v4.0.0)

This 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()}]