public class AmqpConsumer
extends org.wso2.broker.core.Consumer
| Constructor and Description |
|---|
AmqpConsumer(io.netty.channel.ChannelHandlerContext ctx,
AmqpChannel channel,
String queueName,
org.wso2.broker.common.data.types.ShortString consumerTag,
boolean isExclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getQueueName() |
boolean |
isExclusive() |
boolean |
isReady() |
void |
send(org.wso2.broker.core.Message message) |
String |
toString() |
public AmqpConsumer(io.netty.channel.ChannelHandlerContext ctx,
AmqpChannel channel,
String queueName,
org.wso2.broker.common.data.types.ShortString consumerTag,
boolean isExclusive)
public void send(org.wso2.broker.core.Message message)
send in class org.wso2.broker.core.Consumerpublic String getQueueName()
getQueueName in class org.wso2.broker.core.Consumerpublic void close()
close in class org.wso2.broker.core.Consumerpublic boolean isExclusive()
isExclusive in class org.wso2.broker.core.Consumerpublic boolean isReady()
isReady in class org.wso2.broker.core.ConsumerCopyright © 2018 WSO2. All rights reserved.