Uses of Interface
org.springframework.amqp.rabbit.core.RabbitOperations
Package
Description
Provides core classes for Spring Rabbit.
Classes for testing Spring AMQP applications.
-
Uses of RabbitOperations in org.springframework.amqp.rabbit.core
Modifier and TypeClassDescriptionclass
ARabbitTemplate
that permits batching individual messages into a larger message.class
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).Modifier and TypeMethodDescriptionfinal RabbitOperations
RabbitGatewaySupport.getRabbitOperations()
Modifier and TypeMethodDescriptionRabbitOperations.OperationsCallback.doInRabbit
(RabbitOperations operations) Execute any number of operations using a dedicatedChannel
as long as those operations are performed on the template argument and on the calling thread.final void
RabbitGatewaySupport.setRabbitOperations
(RabbitOperations rabbitOperations) Set theRabbitOperations
for the gateway. -
Uses of RabbitOperations in org.springframework.amqp.rabbit.test