org.springframework.amqp.rabbit.core
Interface RabbitOperations

All Superinterfaces:
org.springframework.amqp.core.AmqpTemplate
All Known Implementing Classes:
RabbitTemplate

public interface RabbitOperations
extends org.springframework.amqp.core.AmqpTemplate

Rabbit specific methods for Amqp functionality.


Method Summary
<T> T
execute(ChannelCallback<T> action)
           
 
Methods inherited from interface org.springframework.amqp.core.AmqpTemplate
convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertSendAndReceive, convertSendAndReceive, convertSendAndReceive, convertSendAndReceive, convertSendAndReceive, convertSendAndReceive, receive, receive, receiveAndConvert, receiveAndConvert, send, send, send, sendAndReceive, sendAndReceive, sendAndReceive
 

Method Detail

execute

<T> T execute(ChannelCallback<T> action)
          throws org.springframework.amqp.AmqpException
Throws:
org.springframework.amqp.AmqpException