Package | Description |
---|---|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordedExchangeBinding |
class |
RecordedQueueBinding |
Modifier and Type | Field and Description |
---|---|
protected BiPredicate<? super RecordedBinding,Exception> |
TopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition |
protected BiPredicate<? super RecordedBinding,Exception> |
DefaultRetryHandler.bindingRecoveryRetryCondition |
Modifier and Type | Method and Description |
---|---|
RecordedBinding |
RecordedBinding.arguments(Map<String,Object> value) |
RecordedBinding |
RetryContext.binding()
The to-be-recovered entity as a binding.
|
RecordedBinding |
RecordedBinding.destination(String value) |
RecordedBinding |
RecordedBinding.routingKey(String value) |
RecordedBinding |
RecordedBinding.source(String value) |
Modifier and Type | Method and Description |
---|---|
List<RecordedBinding> |
AutorecoveringConnection.getRecordedBindings() |
Modifier and Type | Method and Description |
---|---|
default boolean |
TopologyRecoveryFilter.filterBinding(RecordedBinding recordedBinding)
Decides whether a binding is recovered or not.
|
void |
AutorecoveringConnection.recoverBinding(RecordedBinding b,
boolean retry) |
Modifier and Type | Method and Description |
---|---|
TopologyRecoveryRetryHandlerBuilder |
TopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition(BiPredicate<? super RecordedBinding,Exception> bindingRecoveryRetryCondition) |
Constructor and Description |
---|
DefaultRetryHandler(BiPredicate<? super RecordedQueue,Exception> queueRecoveryRetryCondition,
BiPredicate<? super RecordedExchange,Exception> exchangeRecoveryRetryCondition,
BiPredicate<? super RecordedBinding,Exception> bindingRecoveryRetryCondition,
BiPredicate<? super RecordedConsumer,Exception> consumerRecoveryRetryCondition,
DefaultRetryHandler.RetryOperation<?> queueRecoveryRetryOperation,
DefaultRetryHandler.RetryOperation<?> exchangeRecoveryRetryOperation,
DefaultRetryHandler.RetryOperation<?> bindingRecoveryRetryOperation,
DefaultRetryHandler.RetryOperation<?> consumerRecoveryRetryOperation,
int retryAttempts,
BackoffPolicy backoffPolicy) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.