com.rabbitmq.client
Interface AMQP.Basic.Nack

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Basic.Nack
Enclosing class:
AMQP.Basic

public static interface AMQP.Basic.Nack
extends Method


Nested Class Summary
static class AMQP.Basic.Nack.Builder
           
 
Method Summary
 long getDeliveryTag()
           
 boolean getMultiple()
           
 boolean getRequeue()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getDeliveryTag

long getDeliveryTag()

getMultiple

boolean getMultiple()

getRequeue

boolean getRequeue()