com.rabbitmq.client
Interface AMQP.Basic.Deliver

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

public static interface AMQP.Basic.Deliver
extends Method


Nested Class Summary
static class AMQP.Basic.Deliver.Builder
           
 
Method Summary
 java.lang.String getConsumerTag()
           
 long getDeliveryTag()
           
 java.lang.String getExchange()
           
 boolean getRedelivered()
           
 java.lang.String getRoutingKey()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getConsumerTag

java.lang.String getConsumerTag()

getDeliveryTag

long getDeliveryTag()

getRedelivered

boolean getRedelivered()

getExchange

java.lang.String getExchange()

getRoutingKey

java.lang.String getRoutingKey()