Crate ntex_amqp_codec

Crate ntex_amqp_codec 

Source

Modules§

format_codes
protocol
types

Macros§

validate_code

Structs§

AmqpCodec
AmqpFrame
Represents an AMQP Frame
ArrayHeader
ListHeader
MapHeader
Message
MessageBody
ProtocolIdCodec
SaslFrame

Enums§

AmqpCodecError
AmqpParseError
ProtocolIdError

Traits§

ArrayEncode
Defines routines to encode the type as an element of an AMQP array. It’s different from Encode in that it omits the type constructor (format code or described type definition) when encoding.
Decode
Defines routines to decode the type from an encoded AMQP value representation. Decoding must handle parsing the type constructor (format code or described type definition).
DecodeFormatted
Encode
Defines routines to encode the type as an AMQP value. Encoding must include the type constructor (format code or described type definition).