Class Consume
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.basic.BasicMethod
com.swiftmq.amqp.v091.generated.basic.Consume
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BasicMethodVisitor visitor) boolean
boolean
getNoAck()
boolean
boolean
getQueue()
int
protected void
void
setArguments
(Map<String, Object> arguments) void
setConsumerTag
(String consumerTag) void
setExclusive
(boolean exclusive) void
setNoAck
(boolean noAck) void
setNoLocal
(boolean noLocal) void
setNoWait
(boolean noWait) void
void
setReserved1
(int reserved1) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Consume
public Consume()
-
-
Method Details
-
accept
- Specified by:
accept
in classBasicMethod
-
getReserved1
public int getReserved1() -
setReserved1
public void setReserved1(int reserved1) -
getQueue
-
setQueue
-
getConsumerTag
-
setConsumerTag
-
getNoLocal
public boolean getNoLocal() -
setNoLocal
public void setNoLocal(boolean noLocal) -
getNoAck
public boolean getNoAck() -
setNoAck
public void setNoAck(boolean noAck) -
getExclusive
public boolean getExclusive() -
setExclusive
public void setExclusive(boolean exclusive) -
getNoWait
public boolean getNoWait() -
setNoWait
public void setNoWait(boolean noWait) -
getArguments
-
setArguments
-
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-