Package com.rabbitmq.client
Interface AMQP.Queue.Unbind
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Queue.Unbind
- Enclosing class:
- AMQP.Queue
public static interface AMQP.Queue.Unbind extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Queue.Unbind.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getArguments()
String
getExchange()
String
getQueue()
String
getRoutingKey()
int
getTicket()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-