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