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