@Component public class NotificationActionFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
NotificationActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
NotificationActionService |
getNotificationActionHandler(String notificationType,
String actionType)
This method returns the notification action handler for the given notification type and action type.
|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic NotificationActionService getNotificationActionHandler(String notificationType, String actionType)
notificationType - the notification typeactionType - the notification action typeCopyright © 2021. All rights reserved.