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 |
---|---|
void |
ConnectionFactory.setRecoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)
Set the recovered queue name supplier.
|
Modifier and Type | Method and Description |
---|---|
RecoveredQueueNameSupplier |
ConnectionParams.getRecoveredQueueNameSupplier() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setRecoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier) |
Modifier and Type | Method and Description |
---|---|
RecordedQueue |
RecordedQueue.recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.