Spring AMQP

Uses of Package
org.springframework.amqp.core

Packages that use org.springframework.amqp.core
org.springframework.amqp.core   
org.springframework.amqp.rabbit.config   
org.springframework.amqp.rabbit.core   
org.springframework.amqp.rabbit.listener   
org.springframework.amqp.rabbit.listener.adapter   
org.springframework.amqp.rabbit.retry   
org.springframework.amqp.rabbit.support   
org.springframework.amqp.support.converter   
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.core
AbstractExchange
          Common properties that describe all exchange types.
AcknowledgeMode
           
Address
          Represents an address for publication of an AMQP message.
Binding
          Simple container collecting information to describe a binding.
Binding.DestinationType
           
BindingBuilder.DestinationConfigurer
           
BindingBuilder.DirectExchangeRoutingKeyConfigurer
           
BindingBuilder.GenericArgumentsConfigurer
           
BindingBuilder.GenericExchangeRoutingKeyConfigurer
           
BindingBuilder.HeadersExchangeMapConfigurer
           
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator
           
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator
           
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator
           
BindingBuilder.TopicExchangeRoutingKeyConfigurer
           
DirectExchange
          Simple container collecting information to describe a direct exchange.
Exchange
           
FanoutExchange
          Simple container collecting information to describe a fanout exchange.
HeadersExchange
           
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageDeliveryMode
          Enumeration for the message delivery mode.
MessagePostProcessor
          To be used with the send method of Amqp template classes (such as RabbitTemplate) that convert an object to a message.
MessageProperties
          Message Properties for an AMQP message.
Queue
          Simple container collecting information to describe a queue.
TopicExchange
          Simple container collecting information to describe a topic exchange.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.config
Binding
          Simple container collecting information to describe a binding.
Exchange
           
Queue
          Simple container collecting information to describe a queue.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.core
AmqpAdmin
          Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
AmqpTemplate
          Specifies a basic set of AMQP operations.
Binding
          Simple container collecting information to describe a binding.
Exchange
           
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessagePostProcessor
          To be used with the send method of Amqp template classes (such as RabbitTemplate) that convert an object to a message.
Queue
          Simple container collecting information to describe a queue.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.listener
AcknowledgeMode
           
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageListener
          Listener interface to receive asynchronous delivery of Amqp Messages.
Queue
          Simple container collecting information to describe a queue.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.listener.adapter
Address
          Represents an address for publication of an AMQP message.
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageListener
          Listener interface to receive asynchronous delivery of Amqp Messages.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.retry
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.support
MessageProperties
          Message Properties for an AMQP message.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.support.converter
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageProperties
          Message Properties for an AMQP message.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.