com.rabbitmq.client
Interface AMQP.Basic.GetOk

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

public static interface AMQP.Basic.GetOk
extends Method


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

Method Detail

getDeliveryTag

long getDeliveryTag()

getRedelivered

boolean getRedelivered()

getExchange

java.lang.String getExchange()

getRoutingKey

java.lang.String getRoutingKey()

getMessageCount

int getMessageCount()