Uses of Interface
org.springframework.amqp.rabbit.core.RabbitOperations.OperationsCallback
Packages that use RabbitOperations.OperationsCallback
-
Uses of RabbitOperations.OperationsCallback in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type RabbitOperations.OperationsCallbackModifier and TypeMethodDescriptiondefault <T extends @Nullable Object>
TRabbitOperations.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 afterward.<T extends @Nullable Object>
TRabbitOperations.invoke(RabbitOperations.OperationsCallback<T> action, @Nullable com.rabbitmq.client.ConfirmCallback acks, @Nullable com.rabbitmq.client.ConfirmCallback nacks) Invoke operations on the same channel.<T extends @Nullable Object>
TRabbitTemplate.invoke(RabbitOperations.OperationsCallback<T> action, @Nullable com.rabbitmq.client.ConfirmCallback acks, @Nullable com.rabbitmq.client.ConfirmCallback nacks)