Uses of Interface
com.rabbitmq.client.AMQP.Exchange.DeleteOk
-
Packages that use AMQP.Exchange.DeleteOk 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. -
-
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Exchange.DeleteOk Modifier and Type Method Description AMQP.Exchange.DeleteOkAMQP.Exchange.DeleteOk.Builder. build()AMQP.Exchange.DeleteOkChannel. exchangeDelete(String exchange)Delete an exchange, without regard for whether it is in use or notAMQP.Exchange.DeleteOkChannel. exchangeDelete(String exchange, boolean ifUnused)Delete an exchange -
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Exchange.DeleteOk Modifier and Type Class Description static classAMQImpl.Exchange.DeleteOk -
Uses of AMQP.Exchange.DeleteOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Exchange.DeleteOk Modifier and Type Method Description AMQP.Exchange.DeleteOkAutorecoveringChannel. exchangeDelete(String exchange)AMQP.Exchange.DeleteOkAutorecoveringChannel. exchangeDelete(String exchange, boolean ifUnused)
-