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
  • Method Details

    • getDeliveryTag

      long getDeliveryTag()
    • getRedelivered

      boolean getRedelivered()
    • getExchange

      String getExchange()
    • getRoutingKey

      String getRoutingKey()
    • getMessageCount

      int getMessageCount()