public static class AMQImpl.Basic.Consume extends Method implements AMQP.Basic.Consume
AMQP.Basic.Consume.Builder
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
Constructor and Description |
---|
Consume(int ticket,
String queue,
String consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean nowait,
Map<String,Object> arguments) |
Consume(MethodArgumentReader rdr) |
Modifier and Type | Method and Description |
---|---|
void |
appendArgumentDebugStringTo(StringBuilder acc)
Public API - debugging utility
|
boolean |
equals(Object o) |
Map<String,Object> |
getArguments() |
String |
getConsumerTag() |
boolean |
getExclusive() |
boolean |
getNoAck() |
boolean |
getNoLocal() |
boolean |
getNowait() |
String |
getQueue() |
int |
getTicket() |
boolean |
hasContent()
Tell if content is present.
|
int |
hashCode() |
int |
protocolClassId()
Retrieve the protocol class ID
|
int |
protocolMethodId()
Retrieve the protocol method ID
|
String |
protocolMethodName()
Retrieve the method name
|
Object |
visit(AMQImpl.MethodVisitor visitor)
Visitor support (double-dispatch mechanism).
|
void |
writeArgumentsTo(MethodArgumentWriter writer)
Private API - Autogenerated writer for this method.
|
public static final int INDEX
public Consume(int ticket, String queue, String consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, Map<String,Object> arguments)
public Consume(MethodArgumentReader rdr) throws IOException
IOException
public int getTicket()
getTicket
in interface AMQP.Basic.Consume
public String getQueue()
getQueue
in interface AMQP.Basic.Consume
public String getConsumerTag()
getConsumerTag
in interface AMQP.Basic.Consume
public boolean getNoLocal()
getNoLocal
in interface AMQP.Basic.Consume
public boolean getNoAck()
getNoAck
in interface AMQP.Basic.Consume
public boolean getExclusive()
getExclusive
in interface AMQP.Basic.Consume
public boolean getNowait()
getNowait
in interface AMQP.Basic.Consume
public Map<String,Object> getArguments()
getArguments
in interface AMQP.Basic.Consume
public int protocolClassId()
Method
protocolClassId
in interface Method
protocolClassId
in class Method
public int protocolMethodId()
Method
protocolMethodId
in interface Method
protocolMethodId
in class Method
public String protocolMethodName()
Method
protocolMethodName
in interface Method
protocolMethodName
in class Method
public boolean hasContent()
Method
hasContent
in class Method
public Object visit(AMQImpl.MethodVisitor visitor) throws IOException
Method
visit
in class Method
visitor
- the visitor objectIOException
- if an error is encounteredpublic void appendArgumentDebugStringTo(StringBuilder acc)
Method
appendArgumentDebugStringTo
in class Method
acc
- the buffer to append debug data topublic void writeArgumentsTo(MethodArgumentWriter writer) throws IOException
Method
writeArgumentsTo
in class Method
writer
- interface to an object to write the method argumentsIOException
- if an error is encounteredCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.