Spring AMQP

Uses of Package
org.springframework.amqp.core

Packages that use org.springframework.amqp.core
org.springframework.amqp.config   
org.springframework.amqp.core   
org.springframework.amqp.rabbit.admin   
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.support   
org.springframework.amqp.support.converter   
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.config
AmqpAdmin
          Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
DirectExchange
          Simple container collecting information to describe a direct exchange.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.core
AbstractExchange
          Common properties that describe all exchange types.
Address
          Represents an address for publication of an AMQP message.
Binding
          Simple container collecting information to describe a queue binding.
BindingBuilder.DirectExchangeRoutingKeyConfigurer
           
BindingBuilder.ExchangeConfigurer
           
BindingBuilder.TopicExchangeRoutingKeyConfigurer
           
DirectExchange
          Simple container collecting information to describe a direct exchange.
Exchange
           
ExchangeType
          Enumeration of exchange types.
FanoutExchange
          Simple container collecting information to describe a fanout exchange.
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageCreator
          Strategy interface for creating AMQP messages.
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.admin
AmqpAdmin
          Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
Binding
          Simple container collecting information to describe a queue binding.
Exchange
           
Queue
          Simple container collecting information to describe a queue.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.config
AmqpAdmin
          Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.core
Address
          Represents an address for publication of an AMQP message.
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 queue binding.
Exchange
           
Message
          The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageCreator
          Strategy interface for creating AMQP messages.
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.
 

Classes in org.springframework.amqp.core used by org.springframework.amqp.rabbit.listener
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
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.support
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.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 © 2010. All Rights Reserved.