Safe Haskell | None |
---|---|
Language | Haskell98 |
This module contains data-types specified in the AMQP spec
- data AMQPException
- type Octet = Word8
- type Bit = Bool
- type ChannelID = ShortInt
- type PayloadSize = LongInt
- type ShortInt = Word16
- type LongInt = Word32
- type LongLongInt = Word64
- newtype ShortString = ShortString Text
- newtype LongString = LongString ByteString
- type Timestamp = Word64
- data FieldTable = FieldTable (Map Text FieldValue)
- data FieldValue
- type Decimals = Octet
- data DecimalValue = DecimalValue Decimals LongInt
Documentation
data AMQPException Source
ChannelClosedException String | the |
ConnectionClosedException String | String may contain a reason |
AllChannelsAllocatedException Int | the |
type PayloadSize = LongInt Source
type LongLongInt = Word64 Source
newtype ShortString Source
newtype LongString Source
data FieldTable Source
Keys must be shorter than 256 bytes when encoded as UTF-8