Uses of Class
org.springframework.amqp.rabbit.core.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
Modifier and TypeMethodDescriptionAsyncRabbitTemplate.getRabbitTemplate()
Return the underlyingRabbitTemplate
used for sending.ModifierConstructorDescriptionAsyncRabbitTemplate
(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
Modifier and TypeClassDescriptionclass
ARabbitTemplate
that permits batching individual messages into a larger message.Modifier and TypeMethodDescriptionprotected RabbitTemplate
RabbitGatewaySupport.createRabbitTemplate
(ConnectionFactory connectionFactory) Create a RabbitTemplate for the given ConnectionFactory.RabbitAdmin.getRabbitTemplate()
RabbitMessagingTemplate.getRabbitTemplate()
Modifier and TypeMethodDescriptionvoid
RabbitMessagingTemplate.setRabbitTemplate
(RabbitTemplate rabbitTemplate) Set theRabbitTemplate
to use.ModifierConstructorDescriptionRabbitAdmin
(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
ModifierConstructorDescriptionRepublishMessageRecovererWithConfirms
(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