Uses of Interface
com.rabbitmq.client.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
Modifier 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
-
Uses of AMQP.Queue.DeleteOk in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.queueDelete
(String queue) AutorecoveringChannel.queueDelete
(String queue, boolean ifUnused, boolean ifEmpty)