Class NoOpDeadLetterNotificationService
java.lang.Object
com.broadleafcommerce.deadletter.service.AbstractDeadLetterNotificationService
com.broadleafcommerce.deadletter.service.impl.NoOpDeadLetterNotificationService
- All Implemented Interfaces:
DeadLetterNotificationService
-
Field Summary
Fields inherited from class com.broadleafcommerce.deadletter.service.AbstractDeadLetterNotificationService
deadLetterService -
Constructor Summary
ConstructorsConstructorDescriptionNoOpDeadLetterNotificationService(DeadLetterService<DeadLetter> deadLetterService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidnotify(List<DeadLetter> deadLetters, Long totalDeadLetterMessages) Methods inherited from class com.broadleafcommerce.deadletter.service.AbstractDeadLetterNotificationService
sendNotificationEmailMethods 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
-
Constructor Details
-
NoOpDeadLetterNotificationService
-
-
Method Details
-
notify
- Specified by:
notifyin classAbstractDeadLetterNotificationService
-