com.rabbitmq.client
Interface AMQP.Basic.Reject

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

public static interface AMQP.Basic.Reject
extends Method


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

Method Detail

getDeliveryTag

long getDeliveryTag()

getRequeue

boolean getRequeue()