Package 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
Nested Classes Modifier and Type Interface Description static class
AMQP.Basic.GetOk.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDeliveryTag()
String
getExchange()
int
getMessageCount()
boolean
getRedelivered()
String
getRoutingKey()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-