Uses of Interface
com.rabbitmq.client.AMQP.Exchange.DeleteOk
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client
Modifier and TypeMethodDescriptionAMQP.Exchange.DeleteOk.Builder.build()
Channel.exchangeDelete
(String exchange) Delete an exchange, without regard for whether it is in use or notChannel.exchangeDelete
(String exchange, boolean ifUnused) Delete an exchange -
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client.impl
-
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.exchangeDelete
(String exchange) AutorecoveringChannel.exchangeDelete
(String exchange, boolean ifUnused)