Uses of Interface
com.broadleafcommerce.deadletter.service.DeadLetterService
Packages that use DeadLetterService
Package
Description
-
Uses of DeadLetterService in com.broadleafcommerce.deadletter.autoconfigure
Methods in com.broadleafcommerce.deadletter.autoconfigure with parameters of type DeadLetterServiceModifier and TypeMethodDescriptionDeadLetterAutoConfiguration.deadLetterMessageProcessor(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetterService in com.broadleafcommerce.deadletter.service
Fields in com.broadleafcommerce.deadletter.service declared as DeadLetterServiceModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>AbstractDeadLetterNotificationService.deadLetterServiceConstructors in com.broadleafcommerce.deadletter.service with parameters of type DeadLetterServiceModifierConstructorDescriptionAbstractDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetterService in com.broadleafcommerce.deadletter.service.autoconfigure
Methods in com.broadleafcommerce.deadletter.service.autoconfigure that return DeadLetterServiceModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.deadLetterService(DeadLetterRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) Methods in com.broadleafcommerce.deadletter.service.autoconfigure with parameters of type DeadLetterServiceModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.deadLetterMessageProcessor(List<DeadLetterResolver> deadLetterResolvers, DeadLetterService<DeadLetter> deadLetterService) DeadLetterServiceAutoConfiguration.deadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetterService in com.broadleafcommerce.deadletter.service.impl
Classes in com.broadleafcommerce.deadletter.service.impl that implement DeadLetterServiceFields in com.broadleafcommerce.deadletter.service.impl declared as DeadLetterServiceModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>DeadLetterMessageProcessor.deadLetterServiceprotected DeadLetterService<P>ProcessPaymentsDeadLetterRetryHandler.deadLetterServiceprotected DeadLetterService<P>TaxCalculationHandlerRequestDeadLetterRetryHandler.deadLetterServiceprotected DeadLetterService<P>UndeterminedMessageDeadLetterRetryHandler.deadLetterServiceConstructors in com.broadleafcommerce.deadletter.service.impl with parameters of type DeadLetterServiceModifierConstructorDescriptionDeadLetterMessageProcessor(List<DeadLetterResolver> deadLetterResolvers, DeadLetterService<DeadLetter> deadLetterService) NoOpDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetterService in com.broadleafcommerce.deadletter.web.endpoint
Fields in com.broadleafcommerce.deadletter.web.endpoint declared as DeadLetterServiceModifier and TypeFieldDescriptionprotected final DeadLetterService<DeadLetter>DeadLetterQueueEndpoint.serviceConstructors in com.broadleafcommerce.deadletter.web.endpoint with parameters of type DeadLetterServiceModifierConstructorDescriptionDeadLetterQueueEndpoint(DeadLetterNotificationService deadLetterNotificationService, DeadLetterService<DeadLetter> service, BillingJobMessageSender sender)