Uses of Interface
com.rabbitmq.client.AMQP.Exchange.BindOk
Packages that use AMQP.Exchange.BindOk
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.Exchange.BindOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Exchange.BindOkModifier and TypeMethodDescriptionAMQP.Exchange.BindOk.Builder.build()
Channel.exchangeBind
(String destination, String source, String routingKey) Bind an exchange to an exchange, with no extra arguments.Channel.exchangeBind
(String destination, String source, String routingKey, Map<String, Object> arguments) Bind an exchange to an exchange. -
Uses of AMQP.Exchange.BindOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Exchange.BindOk -
Uses of AMQP.Exchange.BindOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Exchange.BindOk