Uses of Class
com.broadleafcommerce.deadletter.domain.DeadLetter
Packages that use DeadLetter
Package
Description
-
Uses of DeadLetter in com.broadleafcommerce.deadletter.autoconfigure
Method parameters in com.broadleafcommerce.deadletter.autoconfigure with type arguments of type DeadLetterModifier and TypeMethodDescriptionDeadLetterAutoConfiguration.deadLetterMessageProcessor(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetter in com.broadleafcommerce.deadletter.messaging
Methods in com.broadleafcommerce.deadletter.messaging with parameters of type DeadLetterModifier and TypeMethodDescriptiondefault voidDeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter message) Deprecated.voidDeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SendDeadLetterto the dead letter queue -
Uses of DeadLetter in com.broadleafcommerce.deadletter.messaging.stream
Methods in com.broadleafcommerce.deadletter.messaging.stream with parameters of type DeadLetterModifier and TypeMethodDescriptionvoidStreamDeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.deadletter.messaging.stream with type arguments of type DeadLetterModifier and TypeMethodDescriptionvoidStreamDeadLetterMessageListener.listen(org.springframework.messaging.Message<DeadLetter> message) -
Uses of DeadLetter in com.broadleafcommerce.deadletter.service
Classes in com.broadleafcommerce.deadletter.service with type parameters of type DeadLetterModifier and TypeInterfaceDescriptioninterfaceDeadLetterRetryHandler<P extends DeadLetter>Attempt to re-engage the processing flow with a previous failed message that did not allow the process to complete.interfaceDeadLetterService<P extends DeadLetter>Fields in com.broadleafcommerce.deadletter.service with type parameters of type DeadLetterModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>AbstractDeadLetterNotificationService.deadLetterServiceMethods in com.broadleafcommerce.deadletter.service with parameters of type DeadLetterModifier and TypeMethodDescriptionbooleanDeadLetterResolver.canResolveIssue(DeadLetter deadLetter) Determine whether this resolver can handle the given dead lettervoidDeadLetterResolver.resolve(DeadLetter deadLetter) Resolve the given dead letterMethod parameters in com.broadleafcommerce.deadletter.service with type arguments of type DeadLetterModifier and TypeMethodDescriptionprotected abstract voidAbstractDeadLetterNotificationService.notify(List<DeadLetter> deadLetters, Long totalDeadLetterMessages) Constructor parameters in com.broadleafcommerce.deadletter.service with type arguments of type DeadLetterModifierConstructorDescriptionAbstractDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetter in com.broadleafcommerce.deadletter.service.autoconfigure
Methods in com.broadleafcommerce.deadletter.service.autoconfigure that return types with arguments of type DeadLetterModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.deadLetterService(DeadLetterRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) DeadLetterServiceAutoConfiguration.processPaymentsDeadLetterRetryHandler()DeadLetterServiceAutoConfiguration.taxCalculationHandlerRequestDeadLetterRetryHandler()DeadLetterServiceAutoConfiguration.undeterminedMessageDeadLetterRetryHandler()Method parameters in com.broadleafcommerce.deadletter.service.autoconfigure with type arguments of type DeadLetterModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.deadLetterMessageProcessor(List<DeadLetterResolver> deadLetterResolvers, DeadLetterService<DeadLetter> deadLetterService) DeadLetterServiceAutoConfiguration.deadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetter in com.broadleafcommerce.deadletter.service.impl
Classes in com.broadleafcommerce.deadletter.service.impl with type parameters of type DeadLetterModifier and TypeClassDescriptionclassDefaultDeadLetterService<P extends DeadLetter>classProcessPaymentsDeadLetterRetryHandler<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 DeadLetterModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>DeadLetterMessageProcessor.deadLetterServiceMethods in com.broadleafcommerce.deadletter.service.impl with parameters of type DeadLetterModifier and TypeMethodDescriptionvoidDeadLetterMessageProcessor.process(DeadLetter deadLetter) Deprecated.voidDeadLetterMessageProcessor.process(DeadLetter deadLetter, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Attempt to correct the issue using aDeadLetterResolver.Method parameters in com.broadleafcommerce.deadletter.service.impl with type arguments of type DeadLetterModifier and TypeMethodDescriptionprotected voidNoOpDeadLetterNotificationService.notify(List<DeadLetter> deadLetters, Long totalDeadLetterMessages) Constructor parameters in com.broadleafcommerce.deadletter.service.impl with type arguments of type DeadLetterModifierConstructorDescriptionDeadLetterMessageProcessor(List<DeadLetterResolver> deadLetterResolvers, DeadLetterService<DeadLetter> deadLetterService) NoOpDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetter in com.broadleafcommerce.deadletter.web.endpoint
Fields in com.broadleafcommerce.deadletter.web.endpoint with type parameters of type DeadLetterModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>DeadLetterQueueEndpoint.serviceMethods in com.broadleafcommerce.deadletter.web.endpoint that return types with arguments of type DeadLetterModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DeadLetter>DeadLetterQueueEndpoint.readAll(org.springframework.data.domain.Pageable page, cz.jirutka.rsql.parser.ast.Node node, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Constructor parameters in com.broadleafcommerce.deadletter.web.endpoint with type arguments of type DeadLetterModifierConstructorDescriptionDeadLetterQueueEndpoint(DeadLetterNotificationService deadLetterNotificationService, DeadLetterService<DeadLetter> service, BillingJobMessageSender sender)
DeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter, ContextInfo)instead