Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Method and Description |
---|---|
AMQImpl.Exchange.BindOk |
ChannelN.exchangeBind(String destination,
String source,
String routingKey)
Public API - Bind an exchange to an exchange, with no extra arguments.
|
AMQImpl.Exchange.BindOk |
ChannelN.exchangeBind(String destination,
String source,
String routingKey,
Map<String,Object> arguments)
Public API - Bind an exchange to an exchange.
|
Modifier and Type | Method and Description |
---|---|
Object |
AMQImpl.MethodVisitor.visit(AMQImpl.Exchange.BindOk x) |
Object |
AMQImpl.DefaultMethodVisitor.visit(AMQImpl.Exchange.BindOk x) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.