Interface DeadLetterNotificationService
- All Known Implementing Classes:
AbstractDeadLetterNotificationService,NoOpDeadLetterNotificationService
public interface DeadLetterNotificationService
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.voidsendNotificationEmail(DeadLetterQueueNotificationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Notify about DeadLetter messages identified by the given request in the queue
-
Method Details
-
sendNotificationEmail
@Deprecated(since="1.0.0") @Policy(operationTypes=CREATE) default void sendNotificationEmail(DeadLetterQueueNotificationRequest request) Deprecated. -
sendNotificationEmail
@Policy(operationTypes=CREATE) void sendNotificationEmail(DeadLetterQueueNotificationRequest request, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Notify about DeadLetter messages identified by the given request in the queue
-
sendNotificationEmail(DeadLetterQueueNotificationRequest, ContextInfo)instead.