Interface Processor
- All Known Implementing Classes:
CouponNotificationSiteMessageProcessor,DefaultCouponNotificationEmailProcessor,DefaultCouponNotificationSmsProcessor,DefaultStockNotificationEmailProcessor,DefaultStockNotificationSmsProcessor,StockNotificationSiteMessageProcessor
public interface Processor
Interface for channel processor
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Render and send the notification
-
Method Details
-
process
Render and send the notification- Parameters:
customer- the customer to send the resultdataMap- the map containing variables
-