Package com.rabbitmq.client
Interface AMQP.Queue.Declare
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Queue.Declare
- Enclosing class:
- AMQP.Queue
public static interface AMQP.Queue.Declare extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Queue.Declare.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getArguments()
boolean
getAutoDelete()
boolean
getDurable()
boolean
getExclusive()
boolean
getNowait()
boolean
getPassive()
java.lang.String
getQueue()
int
getTicket()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getTicket
int getTicket()
-
getQueue
java.lang.String getQueue()
-
getPassive
boolean getPassive()
-
getDurable
boolean getDurable()
-
getExclusive
boolean getExclusive()
-
getAutoDelete
boolean getAutoDelete()
-
getNowait
boolean getNowait()
-
getArguments
java.util.Map<java.lang.String,java.lang.Object> getArguments()
-
-