public final class SingleMessageQueueingConsumer extends QueueingConsumer
| Constructor and Description |
|---|
SingleMessageQueueingConsumer(com.rabbitmq.client.Channel channel,
String correlationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDelivery(String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
handleCancel, handleShutdownSignal, nextDelivery, nextDeliverygetChannel, getConsumerTag, handleCancelOk, handleConsumeOk, handleRecoverOkpublic SingleMessageQueueingConsumer(com.rabbitmq.client.Channel channel,
String correlationId)
public void handleDelivery(String consumerTag, com.rabbitmq.client.Envelope envelope, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body) throws IOException
handleDelivery in interface com.rabbitmq.client.ConsumerhandleDelivery in class QueueingConsumerIOExceptionCopyright © 2023 MuleSoft, Inc.. All rights reserved.