com.rabbitmq.client
Interface AMQP.Basic.Ack

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

public static interface AMQP.Basic.Ack
extends Method


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

Method Detail

getDeliveryTag

long getDeliveryTag()

getMultiple

boolean getMultiple()