Spring AMQP

org.springframework.amqp.rabbit.core
Interface RabbitOperations

All Superinterfaces:
AmqpTemplate
All Known Implementing Classes:
RabbitTemplate

public interface RabbitOperations
extends AmqpTemplate

Rabbit specific methods for Amqp functionality.

Author:
Mark Pollack, Mark Fisher

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 AmqpException
Throws:
AmqpException

Spring AMQP

Copyright © 2011. All Rights Reserved.