Class DefaultRetryHandler

java.lang.Object
com.rabbitmq.client.impl.recovery.DefaultRetryHandler
All Implemented Interfaces:
RetryHandler

public class DefaultRetryHandler extends Object implements RetryHandler
Composable topology recovery retry handler. This retry handler implementations let the user choose the condition to trigger retry and the retry operation for each type of recoverable entities. The number of attempts and the backoff policy (time to wait between retries) are also configurable.

See also TopologyRecoveryRetryHandlerBuilder to easily create instances and TopologyRecoveryRetryLogic for ready-to-use conditions and operations.

Since:
5.4.0
See Also: