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.
|
Modifier and Type | Class and Description |
---|---|
static class |
RecoveryDelayHandler.DefaultRecoveryDelayHandler
Basic implementation of
RecoveryDelayHandler that returns the network recovery interval each time. |
static class |
RecoveryDelayHandler.ExponentialBackoffDelayHandler
Backoff implementation of
RecoveryDelayHandler that uses the Fibonacci sequence (by default) to increase the recovery delay time after each failed attempt. |
Modifier and Type | Method and Description |
---|---|
RecoveryDelayHandler |
ConnectionFactory.getRecoveryDelayHandler()
Returns automatic connection recovery delay handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setRecoveryDelayHandler(RecoveryDelayHandler recoveryDelayHandler)
Sets the automatic connection recovery delay handler.
|
Modifier and Type | Method and Description |
---|---|
RecoveryDelayHandler |
ConnectionParams.getRecoveryDelayHandler()
Get the recovery delay handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setRecoveryDelayHandler(RecoveryDelayHandler recoveryDelayHandler) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.