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 java.util.Map<java.lang.String,java.lang.Object>getArguments()java.lang.StringgetExchange()booleangetNowait()java.lang.StringgetQueue()java.lang.StringgetRoutingKey()intgetTicket()-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-