Interface NotificationChannelStrategy

All Known Implementing Classes:
ChineseProfileSMSChannelStrategy, DefaultChineseProfileSMSChannelStrategy, DefaultEmailChannelStrategy, DefaultSmsChannelStrategy

public interface NotificationChannelStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    get the channel value for the customer
  • Method Details

    • getChannelValue

      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)