Spring AMQP

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

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

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

Methods in org.springframework.amqp.rabbit.config that return RabbitTemplate
abstract  RabbitTemplate AbstractRabbitConfiguration.rabbitTemplate()
          Create a bean definition for RabbitTemplate.
 

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

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

Constructors in org.springframework.amqp.rabbit.core with parameters of type RabbitTemplate
RabbitAdmin(RabbitTemplate rabbitTemplate)
           
 

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.