Uses of Interface
org.springframework.amqp.rabbit.core.ChannelCallback
-
Uses of ChannelCallback in org.springframework.amqp.rabbit.core
Modifier and TypeMethodDescription<T> T
RabbitOperations.execute
(ChannelCallback<T> action) Execute the callback with a channel and reliably close the channel afterwards.<T> T
RabbitTemplate.execute
(ChannelCallback<T> action)