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