amqp-0.19.1: Client library for AMQP servers (currently only RabbitMQ)

Safe HaskellNone
LanguageHaskell98

Network.AMQP.Types

Description

This module contains data-types specified in the AMQP spec

Synopsis

Documentation

type Bit = Bool Source #

data FieldTable Source #

Keys must be shorter than 256 bytes when encoded as UTF-8

Constructors

FieldTable (Map Text FieldValue) 

data CloseType Source #

describes whether a channel was closed by user-request (Normal) or by an AMQP exception (Abnormal)

Constructors

Normal 
Abnormal