Class | Description | |
---|---|---|
![]() | AbstractExchange | |
![]() | Address | Represents an address for publication of an AMQP message. The AMQP 0-8 and 0-9 specifications have an unstructured string that is used as a "reply to" address. There are however conventions in use and this class makes it easier to follow these conventions. |
![]() | Binding | Simple container collecting information to describe a queue binding. Takes Queue and Exchange class as arguments to facilitate wiring using [Definition] based configuration. |
![]() | BindingBuilder | Builder class to create bindings for a more fluent API style in code based configuration. |
![]() | BindingBuilder.DirectExchangeRoutingKeyConfigurer | |
![]() | BindingBuilder.ExchangeConfigurer | |
![]() | BindingBuilder.RoutingKeyConfigurer | |
![]() | ContentType | A simple class to hold content type values. |
![]() | DirectExchange | Simple container collecting information to describe a direct exchange. |
![]() | FanoutExchange | Simple container collecting information to describe a fanout exchange. |
![]() | Message | |
![]() | Queue | Simple container collecting information to describe a queue. |
![]() | TopicExchange | Simple container collecting information to describe a topic exchange. |
Interface | Description | |
---|---|---|
![]() | IAmqpAdmin | Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8 |
![]() | IAmqpTemplate | Specifies a basic set of AMQP operations |
![]() | IExchange | Common properties that describe all exchange types. |
![]() | IMessageCreator | |
![]() | IMessageListener | |
![]() | IMessageProperties | |
![]() | IMessagePropertiesFactory | Factory interface for creating instances of IMesssageProperties. |
Delegate | Description | |
---|---|---|
![]() | MessagePostProcessorDelegate |
Enumeration | Description | |
---|---|---|
![]() | ExchangeType | Enumeration of exchange types. |
![]() | MessageDeliveryMode | Enumeration for the Message Delivery Mode. The None value is set in case the properties of the message do not contain any delivery mode value. |