| 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 |
|---|---|
ConnectionParams |
ConnectionFactory.params(ExecutorService consumerWorkServiceExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected AMQConnection |
ConnectionFactory.createConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler) |
AMQConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector)
Construct a new connection
|
| Modifier and Type | Method and Description |
|---|---|
protected RecoveryAwareAMQConnection |
RecoveryAwareAMQConnectionFactory.createConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.