Module amqp0_primitives::field [] [src]

Basic representation of AMQP dynamic types, tables, and lists

AMQP has several dynamic-typed arguments:

The main types are Value, List, and Table

Structs

List
Table

Enums

Value

Basic "field" that essentially represents dynamic-types in the AMQP protocol.