Uses of Interface
com.broadleafcommerce.deadletter.service.DeadLetterRetryHandler
Packages that use DeadLetterRetryHandler
Package
Description
-
Uses of DeadLetterRetryHandler in com.broadleafcommerce.deadletter.service.autoconfigure
Methods in com.broadleafcommerce.deadletter.service.autoconfigure that return DeadLetterRetryHandlerModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.processPaymentsDeadLetterRetryHandler()DeadLetterServiceAutoConfiguration.taxCalculationHandlerRequestDeadLetterRetryHandler()DeadLetterServiceAutoConfiguration.undeterminedMessageDeadLetterRetryHandler() -
Uses of DeadLetterRetryHandler in com.broadleafcommerce.deadletter.service.impl
Classes in com.broadleafcommerce.deadletter.service.impl that implement DeadLetterRetryHandlerModifier and TypeClassDescriptionclassProcessPaymentsDeadLetterRetryHandler<P extends DeadLetter>Variant specifically designed for re-introducing a billing payment that previously failed for what was determined to be an unrecoverable reason without manual intervention.classVariant specifically designed for re-introducing a billing tax calc that previously failed for what was determined to be an unrecoverable reason without manual intervention.classVariant specifically designed for re-introducing a generic caught message that previously failed for what was determined to be an unrecoverable reason without manual intervention.Fields in com.broadleafcommerce.deadletter.service.impl with type parameters of type DeadLetterRetryHandlerModifier and TypeFieldDescriptionprotected List<DeadLetterRetryHandler<P>>DefaultDeadLetterService.retryHandlers