Spring AMQP

Uses of Class
org.springframework.amqp.rabbit.core.RabbitTemplate

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

Uses of RabbitTemplate in org.springframework.amqp.rabbit.core
 

Methods in org.springframework.amqp.rabbit.core that return RabbitTemplate
 RabbitTemplate RabbitAdmin.getRabbitTemplate()
           
 

Uses of RabbitTemplate in org.springframework.amqp.rabbit.core.support
 

Methods in org.springframework.amqp.rabbit.core.support that return RabbitTemplate
protected  RabbitTemplate RabbitGatewaySupport.createRabbitTemplate(ConnectionFactory connectionFactory)
          Create a RabbitTemplate for the given ConnectionFactory.
 RabbitTemplate RabbitGatewaySupport.getRabbitTemplate()
          Return the RabbitTemplate for the gateway.
 

Methods in org.springframework.amqp.rabbit.core.support with parameters of type RabbitTemplate
 void RabbitGatewaySupport.setRabbitTemplate(RabbitTemplate rabbitTemplate)
          Set the RabbitTemplate for the gateway.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.