Uses of Interface
com.rabbitmq.client.AMQP.Queue.BindOk
-
Packages that use AMQP.Queue.BindOk 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.BindOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Queue.BindOk Modifier and Type Method Description AMQP.Queue.BindOkAMQP.Queue.BindOk.Builder. build()AMQP.Queue.BindOkChannel. queueBind(String queue, String exchange, String routingKey)Bind a queue to an exchange, with no extra arguments.AMQP.Queue.BindOkChannel. queueBind(String queue, String exchange, String routingKey, Map<String,Object> arguments)Bind a queue to an exchange. -
Uses of AMQP.Queue.BindOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Queue.BindOk Modifier and Type Class Description static classAMQImpl.Queue.BindOk -
Uses of AMQP.Queue.BindOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Queue.BindOk Modifier and Type Method Description AMQP.Queue.BindOkAutorecoveringChannel. queueBind(String queue, String exchange, String routingKey)AMQP.Queue.BindOkAutorecoveringChannel. queueBind(String queue, String exchange, String routingKey, Map<String,Object> arguments)
-