Package com.skava.strategy
Interface NotifyStrategy
- All Known Implementing Classes:
DefaultEmailNotificationStrategyImpl
,DefaultSmsNotificationStrategyImpl
public interface NotifyStrategy
The Interface NotifyStrategy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 notificationInfocollectionProperty
- the collection propertyaction
- the actionmessageSource
- the messageSource- Throws:
IOException
- Signals that an I/O exception has occurred.
-