Interface NotificationChannelStrategy
-
- All Known Implementing Classes:
ChineseProfileSMSChannelStrategy,DefaultChineseProfileSMSChannelStrategy,DefaultEmailChannelStrategy,DefaultSmsChannelStrategy
public interface NotificationChannelStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChannelValue(CustomerModel customer)get the channel value for the customer
-
-
-
Method Detail
-
getChannelValue
java.lang.String getChannelValue(CustomerModel customer)
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)
-
-