@Service @RunLevel(value=10) public class EmailNotificationEventFactory extends NotificationEventFactory<EmailNotificationEvent>
| Constructor and Description |
|---|
EmailNotificationEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
EmailNotificationEvent |
buildNotificationEvent(Level level,
String subject,
String message,
Object[] parameters) |
EmailNotificationEvent |
buildNotificationEvent(String subject,
String message) |
getStore, initializeEvent, registerEventFactorypublic EmailNotificationEvent buildNotificationEvent(String subject, String message)
buildNotificationEvent in class NotificationEventFactory<EmailNotificationEvent>public EmailNotificationEvent buildNotificationEvent(Level level, String subject, String message, Object[] parameters)
buildNotificationEvent in class NotificationEventFactory<EmailNotificationEvent>Copyright © 2017. All rights reserved.