Uses of Class
com.rabbitmq.client.impl.recovery.RecordedConsumer
Packages that use RecordedConsumer
Package
Description
Implementation of connection and topology recovery.
-
Uses of RecordedConsumer in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery with type parameters of type RecordedConsumerModifier and TypeFieldDescriptionprotected final BiPredicate
<? super RecordedConsumer, Exception> DefaultRetryHandler.consumerRecoveryRetryCondition
protected BiPredicate
<? super RecordedConsumer, Exception> TopologyRecoveryRetryHandlerBuilder.consumerRecoveryRetryCondition
Methods in com.rabbitmq.client.impl.recovery that return RecordedConsumerModifier and TypeMethodDescriptionRecordedConsumer.autoAck
(boolean value) RetryContext.consumer()
The to-be-recovered entity as a consumer.RecordedConsumer.consumerTag
(String value) RecordedConsumer.exclusive
(boolean value) Methods in com.rabbitmq.client.impl.recovery that return types with arguments of type RecordedConsumerMethods in com.rabbitmq.client.impl.recovery with parameters of type RecordedConsumerModifier and TypeMethodDescriptiondefault boolean
TopologyRecoveryFilter.filterConsumer
(RecordedConsumer recordedConsumer) Decides whether a consumer is recovered or not.void
AutorecoveringConnection.recoverConsumer
(String tag, RecordedConsumer consumer, boolean retry) Recover the consumer.Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedConsumerModifier and TypeMethodDescriptionTopologyRecoveryRetryHandlerBuilder.consumerRecoveryRetryCondition
(BiPredicate<? super RecordedConsumer, Exception> consumerRecoveryRetryCondition)