Uses of Interface
com.rabbitmq.client.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
Modifier 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
-
Uses of AMQP.Queue.UnbindOk in com.rabbitmq.client.impl.recovery