| Package | Description |
|---|---|
| com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
| com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
| com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
| Modifier and Type | Method and Description |
|---|---|
AMQP.Exchange.UnbindOk |
AMQP.Exchange.UnbindOk.Builder.build() |
AMQP.Exchange.UnbindOk |
Channel.exchangeUnbind(String destination,
String source,
String routingKey)
Unbind an exchange from an exchange, with no extra arguments.
|
AMQP.Exchange.UnbindOk |
Channel.exchangeUnbind(String destination,
String source,
String routingKey,
Map<String,Object> arguments)
Unbind an exchange from an exchange.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AMQImpl.Exchange.UnbindOk |
| Modifier and Type | Method and Description |
|---|---|
AMQP.Exchange.UnbindOk |
AutorecoveringChannel.exchangeUnbind(String destination,
String source,
String routingKey) |
AMQP.Exchange.UnbindOk |
AutorecoveringChannel.exchangeUnbind(String destination,
String source,
String routingKey,
Map<String,Object> arguments) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.