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.Exchange.UnbindOk |
ChannelN.exchangeUnbind(String destination,
String source,
String routingKey)
Public API - Unbind an exchange from an exchange, with no extra arguments.
|
AMQImpl.Exchange.UnbindOk |
ChannelN.exchangeUnbind(String destination,
String source,
String routingKey,
Map<String,Object> arguments)
Public API - Unbind an exchange from an exchange.
|
Modifier and Type | Method and Description |
---|---|
Object |
AMQImpl.MethodVisitor.visit(AMQImpl.Exchange.UnbindOk x) |
Object |
AMQImpl.DefaultMethodVisitor.visit(AMQImpl.Exchange.UnbindOk x) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.