Uses of Class
org.springframework.amqp.rabbit.core.RabbitTemplate
Packages that use RabbitTemplate
Package
Description
Provides top-level classes for Spring Rabbit.
Provides core classes for Spring Rabbit.
Provides classes supporting retries.
Classes for testing Spring AMQP applications.
-
Uses of RabbitTemplate in org.springframework.amqp.rabbit
Methods in org.springframework.amqp.rabbit that return RabbitTemplateModifier and TypeMethodDescriptionAsyncRabbitTemplate.getRabbitTemplate()Return the underlyingRabbitTemplateused for sending.Constructors in org.springframework.amqp.rabbit with parameters of type RabbitTemplateModifierConstructorDescriptionAsyncRabbitTemplate(RabbitTemplate template) Construct an instance using the provided arguments.AsyncRabbitTemplate(RabbitTemplate template, AbstractMessageListenerContainer container) Construct an instance using the provided arguments.AsyncRabbitTemplate(RabbitTemplate template, AbstractMessageListenerContainer container, String replyAddress) Construct an instance using the provided arguments. -
Uses of RabbitTemplate in org.springframework.amqp.rabbit.core
Subclasses of RabbitTemplate in org.springframework.amqp.rabbit.coreModifier and TypeClassDescriptionclassARabbitTemplatethat permits batching individual messages into a larger message.Methods in org.springframework.amqp.rabbit.core that return RabbitTemplateModifier and TypeMethodDescriptionprotected RabbitTemplateRabbitGatewaySupport.createRabbitTemplate(ConnectionFactory connectionFactory) Create a RabbitTemplate for the given ConnectionFactory.RabbitAdmin.getRabbitTemplate()RabbitMessagingTemplate.getRabbitTemplate()Methods in org.springframework.amqp.rabbit.core with parameters of type RabbitTemplateModifier and TypeMethodDescriptionvoidRabbitMessagingTemplate.setRabbitTemplate(RabbitTemplate rabbitTemplate) Set theRabbitTemplateto use.Constructors in org.springframework.amqp.rabbit.core with parameters of type RabbitTemplateModifierConstructorDescriptionRabbitAdmin(RabbitTemplate rabbitTemplate) Construct an instance using the providedRabbitTemplate.RabbitMessagingTemplate(RabbitTemplate rabbitTemplate) Create an instance with theRabbitTemplateto use. -
Uses of RabbitTemplate in org.springframework.amqp.rabbit.retry
Constructors in org.springframework.amqp.rabbit.retry with parameters of type RabbitTemplateModifierConstructorDescriptionRepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, String errorExchange, String errorRoutingKey, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type to the provided exchange with the provided routing key.RepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, String errorExchange, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type to the provided exchange with the default routing key.RepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type. -
Uses of RabbitTemplate in org.springframework.amqp.rabbit.test
Subclasses of RabbitTemplate in org.springframework.amqp.rabbit.test