Uses of Class
com.rabbitmq.client.impl.recovery.RecordedExchange
-
Packages that use RecordedExchange Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecordedExchange in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery with type parameters of type RecordedExchange Modifier and Type Field Description protected java.util.function.BiPredicate<? super RecordedExchange,java.lang.Exception>DefaultRetryHandler. exchangeRecoveryRetryConditionprotected java.util.function.BiPredicate<? super RecordedExchange,java.lang.Exception>TopologyRecoveryRetryHandlerBuilder. exchangeRecoveryRetryConditionprivate java.util.Map<java.lang.String,RecordedExchange>AutorecoveringConnection. recordedExchangesMethods in com.rabbitmq.client.impl.recovery that return RecordedExchange Modifier and Type Method Description RecordedExchangeRecordedExchange. arguments(java.util.Map<java.lang.String,java.lang.Object> value)RecordedExchangeRecordedExchange. autoDelete(boolean value)RecordedExchangeRecordedExchange. durable(boolean value)RecordedExchangeRetryContext. exchange()The to-be-recovered entity as an exchange.RecordedExchangeRecordedExchange. type(java.lang.String value)Methods in com.rabbitmq.client.impl.recovery that return types with arguments of type RecordedExchange Modifier and Type Method Description java.util.Map<java.lang.String,RecordedExchange>AutorecoveringConnection. getRecordedExchanges()Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedExchange Modifier and Type Method Description default booleanTopologyRecoveryFilter. filterExchange(RecordedExchange recordedExchange)Decides whether an exchange is recovered or not.private voidAutorecoveringChannel. recordExchange(java.lang.String exchange, RecordedExchange x)(package private) voidAutorecoveringConnection. recordExchange(java.lang.String exchange, RecordedExchange x)voidAutorecoveringConnection. recoverExchange(RecordedExchange x, boolean retry)Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedExchange Modifier and Type Method Description TopologyRecoveryRetryHandlerBuilderTopologyRecoveryRetryHandlerBuilder. exchangeRecoveryRetryCondition(java.util.function.BiPredicate<? super RecordedExchange,java.lang.Exception> exchangeRecoveryRetryCondition)
-