Uses of Class
com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
-
Packages that use AMQImpl.Queue.BindOk Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQImpl.Queue.BindOk in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQImpl.Queue.BindOk Modifier and Type Method Description AMQImpl.Queue.BindOk
ChannelN. queueBind(String queue, String exchange, String routingKey)
Public API - Bind a queue to an exchange, with no extra arguments.AMQImpl.Queue.BindOk
ChannelN. queueBind(String queue, String exchange, String routingKey, Map<String,Object> arguments)
Public API - Bind a queue to an exchange.Methods in com.rabbitmq.client.impl with parameters of type AMQImpl.Queue.BindOk Modifier and Type Method Description Object
AMQImpl.DefaultMethodVisitor. visit(AMQImpl.Queue.BindOk x)
Object
AMQImpl.MethodVisitor. visit(AMQImpl.Queue.BindOk x)
-