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 underlyingRabbitTemplate
used 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 TypeClassDescriptionclass
ARabbitTemplate
that permits batching individual messages into a larger message.Methods in org.springframework.amqp.rabbit.core that return RabbitTemplateModifier and TypeMethodDescriptionprotected RabbitTemplate
RabbitGatewaySupport.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 TypeMethodDescriptionvoid
RabbitMessagingTemplate.setRabbitTemplate
(RabbitTemplate rabbitTemplate) Set theRabbitTemplate
to 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 theRabbitTemplate
to 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 message 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 message 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 message with the provided confirm type.RepublishMessageRecovererWithConfirms
(RabbitTemplate errorTemplate, Expression errorExchange, Expression errorRoutingKey, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the message with the provided confirm type to the provided exchange with the provided routing key. -
Uses of RabbitTemplate in org.springframework.amqp.rabbit.test
Subclasses of RabbitTemplate in org.springframework.amqp.rabbit.test