Uses of Class
com.rabbitmq.client.impl.recovery.RecordedQueue
-
Packages that use RecordedQueue Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecordedQueue in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return RecordedQueue Modifier and Type Method Description RecordedQueueRecordedQueue. arguments(Map<String,Object> value)RecordedQueueRecordedQueue. autoDelete(boolean value)RecordedQueueRecordedQueue. durable(boolean value)RecordedQueueRecordedQueue. exclusive(boolean value)RecordedQueueRetryContext. queue()The to-be-recovered entity as a queue.RecordedQueueRecordedQueue. serverNamed(boolean value)Methods in com.rabbitmq.client.impl.recovery that return types with arguments of type RecordedQueue Modifier and Type Method Description Map<String,RecordedQueue>AutorecoveringConnection. getRecordedQueues()Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedQueue Modifier and Type Method Description booleanTopologyRecoveryFilter. filterQueue(RecordedQueue recordedQueue)Decides whether a queue is recovered or not.voidAutorecoveringConnection. recoverQueue(String oldName, RecordedQueue q, boolean retry)Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedQueue Modifier and Type Method Description TopologyRecoveryRetryHandlerBuilderTopologyRecoveryRetryHandlerBuilder. queueRecoveryRetryCondition(DefaultRetryHandler.RetryCondition<? super RecordedQueue> queueRecoveryRetryCondition)Constructor parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedQueue Constructor Description DefaultRetryHandler(DefaultRetryHandler.RetryCondition<? super RecordedQueue> queueRecoveryRetryCondition, DefaultRetryHandler.RetryCondition<? super RecordedExchange> exchangeRecoveryRetryCondition, DefaultRetryHandler.RetryCondition<? super RecordedBinding> bindingRecoveryRetryCondition, DefaultRetryHandler.RetryCondition<? super RecordedConsumer> consumerRecoveryRetryCondition, DefaultRetryHandler.RetryOperation<?> queueRecoveryRetryOperation, DefaultRetryHandler.RetryOperation<?> exchangeRecoveryRetryOperation, DefaultRetryHandler.RetryOperation<?> bindingRecoveryRetryOperation, DefaultRetryHandler.RetryOperation<?> consumerRecoveryRetryOperation, int retryAttempts, BackoffPolicy backoffPolicy)
-