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