Package com.rabbitmq.client
Interface AMQP.Basic.Get
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Basic.Get
- Enclosing class:
- AMQP.Basic
public static interface AMQP.Basic.Get extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Basic.Get.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getNoAck()
String
getQueue()
int
getTicket()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getTicket
int getTicket()
-
getQueue
String getQueue()
-
getNoAck
boolean getNoAck()
-
-