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