Uses of Interface
com.broadleafcommerce.deadletter.service.DeadLetterNotificationService
Packages that use DeadLetterNotificationService
Package
Description
-
Uses of DeadLetterNotificationService in com.broadleafcommerce.deadletter.service
Classes in com.broadleafcommerce.deadletter.service that implement DeadLetterNotificationService -
Uses of DeadLetterNotificationService in com.broadleafcommerce.deadletter.service.autoconfigure
Methods in com.broadleafcommerce.deadletter.service.autoconfigure that return DeadLetterNotificationServiceModifier and TypeMethodDescriptionDeadLetterServiceAutoConfiguration.deadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Uses of DeadLetterNotificationService in com.broadleafcommerce.deadletter.service.impl
Classes in com.broadleafcommerce.deadletter.service.impl that implement DeadLetterNotificationService -
Uses of DeadLetterNotificationService in com.broadleafcommerce.deadletter.web.endpoint
Fields in com.broadleafcommerce.deadletter.web.endpoint declared as DeadLetterNotificationServiceModifier and TypeFieldDescriptionprotected final DeadLetterNotificationServiceDeadLetterQueueEndpoint.deadLetterNotificationServiceConstructors in com.broadleafcommerce.deadletter.web.endpoint with parameters of type DeadLetterNotificationServiceModifierConstructorDescriptionDeadLetterQueueEndpoint(DeadLetterNotificationService deadLetterNotificationService, DeadLetterService<DeadLetter> service, BillingJobMessageSender sender)