Amqpx (amqpx v6.1.3)

This module provides Amqpx-related types.

Summary

Types

argument_type()

@type argument_type() ::
  :longstr
  | :signedint
  | :decimal
  | :timestamp
  | :table
  | :byte
  | :double
  | :float
  | :long
  | :short
  | :bool
  | :binary
  | :void
  | :array

arguments()

@type arguments() :: [{String.t(), argument_type(), term()}]