public class ConsumeRMQChannel.MessageConsumer
extends com.rabbitmq.client.DefaultConsumer
| コンストラクタと説明 |
|---|
MessageConsumer(com.rabbitmq.client.Channel channel)
Creates instance with specified parameter.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handleDelivery(String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
public MessageConsumer(com.rabbitmq.client.Channel channel)
channel - the instance of Channel, not RMQChannel.public void handleDelivery(String consumerTag, com.rabbitmq.client.Envelope envelope, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body) throws IOException
handleDelivery インタフェース内 com.rabbitmq.client.ConsumerhandleDelivery クラス内 com.rabbitmq.client.DefaultConsumerIOExceptionCopyright © 2016–2018. All rights reserved.