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