Uses of Interface
org.springframework.amqp.rabbit.core.RabbitOperations
Packages that use RabbitOperations
Package
Description
Provides core classes for Spring Rabbit.
Classes for testing Spring AMQP applications.
-
Uses of RabbitOperations in org.springframework.amqp.rabbit.core
Classes in org.springframework.amqp.rabbit.core that implement RabbitOperationsModifier and TypeClassDescriptionclass
ARabbitTemplate
that permits batching individual messages into a larger message.class
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).Methods in org.springframework.amqp.rabbit.core that return RabbitOperationsModifier and TypeMethodDescriptionfinal RabbitOperations
RabbitGatewaySupport.getRabbitOperations()
Methods in org.springframework.amqp.rabbit.core with parameters of type RabbitOperationsModifier 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
Classes in org.springframework.amqp.rabbit.test that implement RabbitOperations