Class Nack
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.basic.BasicMethod
com.swiftmq.amqp.v091.generated.basic.Nack
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BasicMethodVisitor visitor) long
boolean
boolean
protected void
void
setDeliveryTag
(long deliveryTag) void
setMultiple
(boolean multiple) void
setRequeue
(boolean requeue) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Nack
public Nack()
-
-
Method Details
-
accept
- Specified by:
accept
in classBasicMethod
-
getDeliveryTag
public long getDeliveryTag() -
setDeliveryTag
public void setDeliveryTag(long deliveryTag) -
getMultiple
public boolean getMultiple() -
setMultiple
public void setMultiple(boolean multiple) -
getRequeue
public boolean getRequeue() -
setRequeue
public void setRequeue(boolean requeue) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-