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