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