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.DeleteOk |
AMQP.Exchange.DeleteOk.Builder.build() |
AMQP.Exchange.DeleteOk |
Channel.exchangeDelete(String exchange)
Delete an exchange, without regard for whether it is in use or not
|
AMQP.Exchange.DeleteOk |
Channel.exchangeDelete(String exchange,
boolean ifUnused)
Delete an exchange
|
Modifier and Type | Class and Description |
---|---|
static class |
AMQImpl.Exchange.DeleteOk |
Modifier and Type | Method and Description |
---|---|
AMQP.Exchange.DeleteOk |
AutorecoveringChannel.exchangeDelete(String exchange) |
AMQP.Exchange.DeleteOk |
AutorecoveringChannel.exchangeDelete(String exchange,
boolean ifUnused) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.