Spring AMQP

Uses of Package
org.springframework.amqp.rabbit.support

Packages that use org.springframework.amqp.rabbit.support
org.springframework.amqp.rabbit.core   
org.springframework.amqp.rabbit.listener   
org.springframework.amqp.rabbit.support   
 

Classes in org.springframework.amqp.rabbit.support used by org.springframework.amqp.rabbit.core
CorrelationData
          Base class for correlating publisher confirms to sent messages.
MessagePropertiesConverter
          Strategy interface for converting between Spring AMQP MessageProperties and RabbitMQ BasicProperties.
PendingConfirm
          Instances of this object track pending publisher confirms.
PublisherCallbackChannel.Listener
          Listeners implementing this interface can participate in publisher confirms received from multiple channels, by invoking addListener on each channel.
 

Classes in org.springframework.amqp.rabbit.support used by org.springframework.amqp.rabbit.listener
MessagePropertiesConverter
          Strategy interface for converting between Spring AMQP MessageProperties and RabbitMQ BasicProperties.
 

Classes in org.springframework.amqp.rabbit.support used by org.springframework.amqp.rabbit.support
CorrelationData
          Base class for correlating publisher confirms to sent messages.
MessagePropertiesConverter
          Strategy interface for converting between Spring AMQP MessageProperties and RabbitMQ BasicProperties.
PendingConfirm
          Instances of this object track pending publisher confirms.
PublisherCallbackChannel
          Instances of this interface support a single listener being registered for publisher confirms with multiple channels, by adding context to the callbacks.
PublisherCallbackChannel.Listener
          Listeners implementing this interface can participate in publisher confirms received from multiple channels, by invoking addListener on each channel.
 


Spring AMQP

Copyright © 2012. All Rights Reserved.