Interface NotificationChannelStrategy
- All Known Implementing Classes:
ChineseProfileSMSChannelStrategy,DefaultChineseProfileSMSChannelStrategy,DefaultEmailChannelStrategy,DefaultSmsChannelStrategy
public interface NotificationChannelStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelValue(CustomerModel customer) get the channel value for the customer
-
Method Details
-
getChannelValue
get the channel value for the customer- Parameters:
customer- the customer- Returns:
- return the notification channel value (for example, return email address for EMAIl channel)
-