Uses of Interface
com.skava.strategy.NotifyStrategy
Packages that use NotifyStrategy
Package
Description
Notification Helper classes
Notification Strategy service Implementations.
-
Uses of NotifyStrategy in com.skava.helper
Methods in com.skava.helper that return NotifyStrategyModifier and TypeMethodDescriptionstatic NotifyStrategy
SendNotificationUtil.getNotificationProcessorName
(String defaultNotificationProcessorClass, org.springframework.context.MessageSource messageSource, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) getNotificationProcessorName - Used to get the className which should be executed. -
Uses of NotifyStrategy in com.skava.strategyimpl
Classes in com.skava.strategyimpl that implement NotifyStrategyModifier and TypeClassDescriptionclass
SendGridEmailNotificationStrategyImpl class This helper class enables the application to send emails via SendGrid.class
The Class DefaultSmsNotificationStrategyImpl - This helper class enables the application to send sms via SendGrid.