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.Queue.BindOk |
ChannelN.queueBind(String queue,
String exchange,
String routingKey)
Public API - Bind a queue to an exchange, with no extra arguments.
|
AMQImpl.Queue.BindOk |
ChannelN.queueBind(String queue,
String exchange,
String routingKey,
Map<String,Object> arguments)
Public API - Bind a queue to an exchange.
|
Modifier and Type | Method and Description |
---|---|
Object |
AMQImpl.MethodVisitor.visit(AMQImpl.Queue.BindOk x) |
Object |
AMQImpl.DefaultMethodVisitor.visit(AMQImpl.Queue.BindOk x) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.