public interface ChannelCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
doInRabbit(com.rabbitmq.client.Channel channel)
Execute any number of operations against the supplied RabbitMQ
Channel, possibly returning a result. |
T doInRabbit(com.rabbitmq.client.Channel channel) throws java.lang.Exception
Channel, possibly returning a result.channel - The channel.java.lang.Exception - Not sure what else Rabbit Throws