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 classAMQP.Basic.Get.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetNoAck()StringgetQueue()intgetTicket()-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getTicket
int getTicket()
-
getQueue
String getQueue()
-
getNoAck
boolean getNoAck()
-
-