Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Object |
AMQImpl.MethodVisitor.visit(AMQImpl.Queue.UnbindOk x) |
Object |
AMQImpl.DefaultMethodVisitor.visit(AMQImpl.Queue.UnbindOk x) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.