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 RecordedQueue
RecordedQueue. arguments(Map<String,Object> value)
RecordedQueue
RecordedQueue. autoDelete(boolean value)
RecordedQueue
RecordedQueue. durable(boolean value)
RecordedQueue
RecordedQueue. exclusive(boolean value)
RecordedQueue
RetryContext. queue()
The to-be-recovered entity as a queue.RecordedQueue
RecordedQueue. 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 boolean
TopologyRecoveryFilter. filterQueue(RecordedQueue recordedQueue)
Decides whether a queue is recovered or not.void
AutorecoveringConnection. 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 TopologyRecoveryRetryHandlerBuilder
TopologyRecoveryRetryHandlerBuilder. 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)
-