Package com.rabbitmq.client.impl
Class AMQImpl.Basic.Nack
java.lang.Object
com.rabbitmq.client.impl.Method
com.rabbitmq.client.impl.AMQImpl.Basic.Nack
- All Implemented Interfaces:
 AMQP.Basic.Nack,Method
- Enclosing class:
 AMQImpl.Basic
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.rabbitmq.client.AMQP.Basic.Nack
AMQP.Basic.Nack.Builder - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionNack(long deliveryTag, boolean multiple, boolean requeue) Nack(MethodArgumentReader rdr)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidPublic API - debugging utilitybooleanlongbooleanbooleanbooleanTell if content is present.inthashCode()intRetrieve the protocol class IDintRetrieve the protocol method IDRetrieve the method namevisit(AMQImpl.MethodVisitor visitor) Visitor support (double-dispatch mechanism).voidwriteArgumentsTo(MethodArgumentWriter writer) Private API - Autogenerated writer for this method. 
- 
Field Details
- 
INDEX
public static final int INDEX- See Also:
 
 
 - 
 - 
Constructor Details
- 
Nack
public Nack(long deliveryTag, boolean multiple, boolean requeue)  - 
Nack
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
getDeliveryTag
public long getDeliveryTag()- Specified by:
 getDeliveryTagin interfaceAMQP.Basic.Nack
 - 
getMultiple
public boolean getMultiple()- Specified by:
 getMultiplein interfaceAMQP.Basic.Nack
 - 
getRequeue
public boolean getRequeue()- Specified by:
 getRequeuein interfaceAMQP.Basic.Nack
 - 
protocolClassId
public int protocolClassId()Description copied from class:MethodRetrieve the protocol class ID- Specified by:
 protocolClassIdin interfaceMethod- Specified by:
 protocolClassIdin classMethod- Returns:
 - the AMQP protocol class ID of this Method
 
 - 
protocolMethodId
public int protocolMethodId()Description copied from class:MethodRetrieve the protocol method ID- Specified by:
 protocolMethodIdin interfaceMethod- Specified by:
 protocolMethodIdin classMethod- Returns:
 - the AMQP protocol method ID of this Method
 
 - 
protocolMethodName
Description copied from class:MethodRetrieve the method name- Specified by:
 protocolMethodNamein interfaceMethod- Specified by:
 protocolMethodNamein classMethod- Returns:
 - the AMQP protocol method name of this Method
 
 - 
hasContent
public boolean hasContent()Description copied from class:MethodTell if content is present.- Specified by:
 hasContentin classMethod- Returns:
 - true if the wire-protocol for this method should involve a content header and body, or false if it should just involve a single method frame.
 
 - 
visit
Description copied from class:MethodVisitor support (double-dispatch mechanism).- Specified by:
 visitin classMethod- Parameters:
 visitor- the visitor object- Returns:
 - the result of the "visit" operation
 - Throws:
 IOException- if an error is encountered
 - 
equals
 - 
hashCode
public int hashCode() - 
appendArgumentDebugStringTo
Description copied from class:MethodPublic API - debugging utility- Overrides:
 appendArgumentDebugStringToin classMethod- Parameters:
 acc- the buffer to append debug data to
 - 
writeArgumentsTo
Description copied from class:MethodPrivate API - Autogenerated writer for this method.- Specified by:
 writeArgumentsToin classMethod- Parameters:
 writer- interface to an object to write the method arguments- Throws:
 IOException- if an error is encountered
 
 -