Uses of Interface
com.rabbitmq.client.AMQP.Queue.UnbindOk
-
Packages that use AMQP.Queue.UnbindOk 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.Queue.UnbindOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Queue.UnbindOk Modifier and Type Method Description AMQP.Queue.UnbindOk
AMQP.Queue.UnbindOk.Builder. build()
AMQP.Queue.UnbindOk
Channel. queueUnbind(String queue, String exchange, String routingKey)
Unbinds a queue from an exchange, with no extra arguments.AMQP.Queue.UnbindOk
Channel. queueUnbind(String queue, String exchange, String routingKey, Map<String,Object> 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 Modifier and Type Class Description static class
AMQImpl.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 Modifier and Type Method Description AMQP.Queue.UnbindOk
AutorecoveringChannel. queueUnbind(String queue, String exchange, String routingKey)
AMQP.Queue.UnbindOk
AutorecoveringChannel. queueUnbind(String queue, String exchange, String routingKey, Map<String,Object> arguments)
-