public class CachingMSeedConsumer
extends com.rabbitmq.client.DefaultConsumer
| Constructor and Description |
|---|
CachingMSeedConsumer(com.rabbitmq.client.Channel channel,
MSeedRequestClient client) |
| 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) |
void |
newRequest(java.lang.String corrId,
ChannelTimeWindow ctw) |
public CachingMSeedConsumer(com.rabbitmq.client.Channel channel,
MSeedRequestClient client)
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.IOExceptionpublic void newRequest(java.lang.String corrId,
ChannelTimeWindow ctw)