Uses of Interface
org.springframework.amqp.rabbit.core.RabbitOperations.OperationsCallback
-
Uses of RabbitOperations.OperationsCallback in org.springframework.amqp.rabbit.core
Modifier and TypeMethodDescriptiondefault <T> T
RabbitOperations.invoke
(RabbitOperations.OperationsCallback<T> action) Invoke the callback and run all operations on the template argument in a dedicated thread-bound channel and reliably close the channel afterwards.<T> T
RabbitOperations.invoke
(RabbitOperations.OperationsCallback<T> action, com.rabbitmq.client.ConfirmCallback acks, com.rabbitmq.client.ConfirmCallback nacks) Invoke operations on the same channel.<T> T
RabbitTemplate.invoke
(RabbitOperations.OperationsCallback<T> action, com.rabbitmq.client.ConfirmCallback acks, com.rabbitmq.client.ConfirmCallback nacks)