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.
|
Modifier and Type | Method and Description |
---|---|
AMQP.Exchange.BindOk |
AMQP.Exchange.BindOk.Builder.build() |
AMQP.Exchange.BindOk |
Channel.exchangeBind(String destination,
String source,
String routingKey)
Bind an exchange to an exchange, with no extra arguments.
|
AMQP.Exchange.BindOk |
Channel.exchangeBind(String destination,
String source,
String routingKey,
Map<String,Object> arguments)
Bind an exchange to an exchange.
|
Modifier and Type | Class and Description |
---|---|
static class |
AMQImpl.Exchange.BindOk |
Modifier and Type | Method and Description |
---|---|
AMQP.Exchange.BindOk |
AutorecoveringChannel.exchangeBind(String destination,
String source,
String routingKey) |
AMQP.Exchange.BindOk |
AutorecoveringChannel.exchangeBind(String destination,
String source,
String routingKey,
Map<String,Object> arguments) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.