Uses of Interface
com.rabbitmq.client.AMQP.Queue.DeleteOk
Packages that use AMQP.Queue.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.Queue.DeleteOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Queue.DeleteOkModifier and TypeMethodDescriptionAMQP.Queue.DeleteOk.Builder.build()
Channel.queueDelete
(String queue) Delete a queue, without regard for whether it is in use or has messages on itChannel.queueDelete
(String queue, boolean ifUnused, boolean ifEmpty) Delete a queue -
Uses of AMQP.Queue.DeleteOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Queue.DeleteOk -
Uses of AMQP.Queue.DeleteOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Queue.DeleteOkModifier and TypeMethodDescriptionAutorecoveringChannel.queueDelete
(String queue) AutorecoveringChannel.queueDelete
(String queue, boolean ifUnused, boolean ifEmpty)