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 TypeClassDescriptionclassARabbitTemplatethat permits batching individual messages into a larger message.classHelper class that simplifies synchronous RabbitMQ access (sending and receiving messages).Methods in org.springframework.amqp.rabbit.core that return RabbitOperationsModifier and TypeMethodDescriptionfinal RabbitOperationsRabbitGatewaySupport.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 dedicatedChannelas long as those operations are performed on the template argument and on the calling thread.final voidRabbitGatewaySupport.setRabbitOperations(RabbitOperations rabbitOperations) Set theRabbitOperationsfor the gateway. -
Uses of RabbitOperations in org.springframework.amqp.rabbit.test
Classes in org.springframework.amqp.rabbit.test that implement RabbitOperations