Class AbstractDeadLetterNotificationService
java.lang.Object
com.broadleafcommerce.deadletter.service.AbstractDeadLetterNotificationService
- All Implemented Interfaces:
DeadLetterNotificationService
- Direct Known Subclasses:
NoOpDeadLetterNotificationService
public abstract class AbstractDeadLetterNotificationService
extends Object
implements DeadLetterNotificationService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidnotify(List<DeadLetter> deadLetters, Long totalDeadLetterMessages) voidsendNotificationEmail(DeadLetterQueueNotificationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Notify about DeadLetter messages identified by the given request in the queueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.deadletter.service.DeadLetterNotificationService
sendNotificationEmail
-
Field Details
-
deadLetterService
-
-
Constructor Details
-
AbstractDeadLetterNotificationService
-
-
Method Details
-
notify
-
sendNotificationEmail
public void sendNotificationEmail(DeadLetterQueueNotificationRequest request, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Description copied from interface:DeadLetterNotificationServiceNotify about DeadLetter messages identified by the given request in the queue- Specified by:
sendNotificationEmailin interfaceDeadLetterNotificationService
-