Uses of Class
com.rabbitmq.client.impl.recovery.RecordedConsumer
-
Packages that use RecordedConsumer Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecordedConsumer in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return RecordedConsumer Modifier and Type Method Description RecordedConsumerRecordedConsumer. arguments(Map<String,Object> value)RecordedConsumerRecordedConsumer. autoAck(boolean value)RecordedConsumerRecordedConsumer. consumer(Consumer value)RecordedConsumerRetryContext. consumer()The to-be-recovered entity as a consumer.RecordedConsumerRecordedConsumer. consumerTag(String value)RecordedConsumerRecordedConsumer. exclusive(boolean value)Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedConsumer Modifier and Type Method Description booleanTopologyRecoveryFilter. filterConsumer(RecordedConsumer recordedConsumer)Decides whether a consumer is recovered or not.voidAutorecoveringConnection. recoverConsumer(String tag, RecordedConsumer consumer, boolean retry)Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedConsumer Modifier and Type Method Description TopologyRecoveryRetryHandlerBuilderTopologyRecoveryRetryHandlerBuilder. consumerRecoveryRetryCondition(DefaultRetryHandler.RetryCondition<? super RecordedConsumer> consumerRecoveryRetryCondition)
-