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