public class BasicConsume extends MethodFrame
FRAME_END| Constructor and Description |
|---|
BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
FieldTable |
getArguments()
Getter for arguments.
|
ShortString |
getConsumerTag()
Getter for consumerTag.
|
static AmqMethodBodyFactory |
getFactory() |
protected long |
getMethodBodySize() |
ShortString |
getQueue()
Getter for queue.
|
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
boolean |
isExclusive()
Getter for exclusive.
|
boolean |
isNoAck()
Getter for noAck.
|
boolean |
isNoLocal()
Getter for noLocal.
|
boolean |
isNoWait()
Getter for noWait.
|
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments)
protected long getMethodBodySize()
getMethodBodySize in class MethodFrameprotected void writeMethod(io.netty.buffer.ByteBuf buf)
writeMethod in class MethodFramepublic void handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler)
handle in class GeneralFramepublic ShortString getQueue()
public ShortString getConsumerTag()
public boolean isNoLocal()
public boolean isNoAck()
public boolean isExclusive()
public boolean isNoWait()
public FieldTable getArguments()
public static AmqMethodBodyFactory getFactory()
Copyright © 2017 WSO2. All rights reserved.