Uses of Interface
org.springframework.amqp.rabbit.core.ChannelCallback
Packages that use ChannelCallback
-
Uses of ChannelCallback in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type ChannelCallbackModifier and TypeMethodDescription<T extends @Nullable Object>
TRabbitOperations.execute
(ChannelCallback<T> action) Execute the callback with a channel and reliably close the channel afterward.<T extends @Nullable Object>
TRabbitTemplate.execute
(ChannelCallback<T> action)