Amqpx (amqpx v6.0.2)

This module provides Amqpx-related types.

Link to this section Summary

Link to this section Types

Link to this type

argument_type()

@type argument_type() ::
  :longstr
  | :signedint
  | :decimal
  | :timestamp
  | :table
  | :byte
  | :double
  | :float
  | :long
  | :short
  | :bool
  | :binary
  | :void
  | :array
@type arguments() :: [{String.t(), argument_type(), term()}]