| Constructor and Description |
|---|
AmqpConsumer(io.netty.channel.ChannelHandlerContext ctx,
int channelId,
String queueName,
String consumerTag,
boolean isExclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getConsumerTag() |
String |
getQueueName() |
boolean |
isExclusive() |
void |
send(Message message,
long deliveryTag) |
public String getQueueName()
getQueueName in interface Consumerpublic String getConsumerTag()
getConsumerTag in interface Consumerpublic boolean isExclusive()
isExclusive in interface ConsumerCopyright © 2017 WSO2. All rights reserved.