| 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.setTopologyRecoveryRetryHandler(RetryHandler topologyRecoveryRetryHandler)
Set retry handler for topology recovery.
|
| Modifier and Type | Method and Description |
|---|---|
RetryHandler |
ConnectionParams.getTopologyRecoveryRetryHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionParams.setTopologyRecoveryRetryHandler(RetryHandler topologyRecoveryRetryHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRetryHandler
Composable topology recovery retry handler.
|
| Modifier and Type | Method and Description |
|---|---|
RetryHandler |
TopologyRecoveryRetryHandlerBuilder.build() |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.