Package com.rabbitmq.client
Interface AMQP.Queue.Declare
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Queue.Declare
- Enclosing class:
AMQP.Queue
-
Nested Class Summary
-
Method Summary
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
Method Details
-
getTicket
int getTicket() -
getQueue
String getQueue() -
getPassive
boolean getPassive() -
getDurable
boolean getDurable() -
getExclusive
boolean getExclusive() -
getAutoDelete
boolean getAutoDelete() -
getNowait
boolean getNowait() -
getArguments
-