Package com.rabbitmq.client
Interface AMQP.Queue.Bind
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Queue.Bind
- Enclosing class:
- AMQP.Queue
public static interface AMQP.Queue.Bind extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAMQP.Queue.Bind.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getArguments()StringgetExchange()booleangetNowait()StringgetQueue()StringgetRoutingKey()intgetTicket()-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-