Uses of Interface
com.rabbitmq.client.impl.recovery.RetryHandler
Packages that use RetryHandler
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of RetryHandler in com.rabbitmq.client
Fields in com.rabbitmq.client declared as RetryHandlerModifier and TypeFieldDescriptionprivate RetryHandler
ConnectionFactory.topologyRecoveryRetryHandler
Retry handler for topology recovery.Methods in com.rabbitmq.client with parameters of type RetryHandlerModifier and TypeMethodDescriptionvoid
ConnectionFactory.setTopologyRecoveryRetryHandler
(RetryHandler topologyRecoveryRetryHandler) Set retry handler for topology recovery. -
Uses of RetryHandler in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as RetryHandlerModifier and TypeFieldDescriptionprivate RetryHandler
ConnectionParams.topologyRecoveryRetryHandler
Methods in com.rabbitmq.client.impl that return RetryHandlerMethods in com.rabbitmq.client.impl with parameters of type RetryHandlerModifier and TypeMethodDescriptionvoid
ConnectionParams.setTopologyRecoveryRetryHandler
(RetryHandler topologyRecoveryRetryHandler) -
Uses of RetryHandler in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery that implement RetryHandlerModifier and TypeClassDescriptionclass
Composable topology recovery retry handler.Fields in com.rabbitmq.client.impl.recovery declared as RetryHandlerModifier and TypeFieldDescriptionprivate final RetryHandler
AutorecoveringConnection.retryHandler
Methods in com.rabbitmq.client.impl.recovery that return RetryHandler