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