Class UndeterminedMessageDeadLetterRetryHandler<P extends DeadLetter>

java.lang.Object
com.broadleafcommerce.deadletter.service.impl.UndeterminedMessageDeadLetterRetryHandler<P>
Type Parameters:
P - The DeadLetter entity type
All Implemented Interfaces:
DeadLetterRetryHandler<P>, org.springframework.core.Ordered

public class UndeterminedMessageDeadLetterRetryHandler<P extends DeadLetter> extends Object implements DeadLetterRetryHandler<P>
Variant specifically designed for re-introducing a generic caught message that previously failed for what was determined to be an unrecoverable reason without manual intervention. By default, this handler will not handle any message types. However, supported types can be added as a yaml list via the deadletter.message.uniform-handler-supported property. Note, this handler by default provides no message manipulation or cleansing and will simply push the message payload directly back into the relevant BillingJobMessageSender method.