Namespace Amqp.Types
Classes
Decimal
Defines the AMQP decimal types. It does not support decimal arithmetic operations. It is defined as a wrapper of the decimal payload for protocol passthrough.
Described
A Described class represents an AMQP described value.
DescribedList
The DescribedList class consist of a descriptor and an AMQP list.
DescribedMap
The DescribedMap class consist of a descriptor and an AMQP map.
DescribedValue
A described value consist of a descriptor and a value. Both of them are valid AMQP types.
Descriptor
The descriptor of a described type.
Encoder
Encodes or decodes AMQP types.
Fields
A mapping from field name to value. The keys are restricted to be of type symbol.
List
A List class is an AMQP list.
Map
A Map class is an AMQP map.
RestrictedDescribed
The RestrictedDescribed class is an AMQP described value, whose descriptor is restricted to symbol or ulong.
Symbol
Defines symbolic values from a constrained domain.
Delegates
CreateDescribed
The delegate to create a described object.
Decode
The delegate to decode an object from a buffer.
Encode
The delegate to encode an object into a buffer.