Uses of Interface
com.rabbitmq.client.AMQP.Queue.UnbindOk
Packages that use AMQP.Queue.UnbindOk
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.UnbindOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Queue.UnbindOkModifier and TypeMethodDescriptionAMQP.Queue.UnbindOk.Builder.build()
Channel.queueUnbind
(String queue, String exchange, String routingKey) Unbinds a queue from an exchange, with no extra arguments.Unbind a queue from an exchange. -
Uses of AMQP.Queue.UnbindOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Queue.UnbindOk -
Uses of AMQP.Queue.UnbindOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Queue.UnbindOk