Interface NotifyStrategy

All Known Implementing Classes:
DefaultEmailNotificationStrategyImpl, DefaultSmsNotificationStrategyImpl

public interface NotifyStrategy
The Interface NotifyStrategy.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource)
    Notify
  • Method Details

    • notify

      void notify(Notification notificationInfo, CollectionPropertyEntity collectionProperty, ActionEntity action, org.springframework.context.MessageSource messageSource) throws IOException
      Notify
      Parameters:
      notificationInfo - the notificationInfo
      collectionProperty - the collection property
      action - the action
      messageSource - the messageSource
      Throws:
      IOException - Signals that an I/O exception has occurred.