public class MessageConsumer
extends com.rabbitmq.client.DefaultConsumer
| Constructor and Description |
|---|
MessageConsumer(com.rabbitmq.client.Channel channel,
CryptoServiceImpl cipher,
MessageProcessor processor,
io.elastic.api.Module module) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDelivery(java.lang.String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
public MessageConsumer(com.rabbitmq.client.Channel channel,
CryptoServiceImpl cipher,
MessageProcessor processor,
io.elastic.api.Module module)
public void handleDelivery(java.lang.String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body)
throws java.io.IOException
handleDelivery in interface com.rabbitmq.client.ConsumerhandleDelivery in class com.rabbitmq.client.DefaultConsumerjava.io.IOException