Interface Processor
-
- All Known Implementing Classes:
CouponNotificationSiteMessageProcessor,DefaultCouponNotificationEmailProcessor,DefaultCouponNotificationSmsProcessor,DefaultStockNotificationEmailProcessor,DefaultStockNotificationSmsProcessor,StockNotificationSiteMessageProcessor
public interface ProcessorInterface for channel processor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Render and send the notification
-
-
-
Method Detail
-
process
void process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)
Render and send the notification- Parameters:
customer- the customer to send the resultdataMap- the map containing variables
-
-