public interface SqsNotificationEventService
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Handles the notification for the business object data status changes to the SQS.
|
JmsMessage |
processSystemMonitorNotificationEvent(String systemMonitorRequestPayload)
Handles the system monitor event notification.
|
JmsMessage processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey, String newBusinessObjectDataStatus, String oldBusinessObjectDataStatus)
businessObjectDataKey - the business object data keynewBusinessObjectDataStatus - the new business object data statusoldBusinessObjectDataStatus - the old business object data statusJmsMessage processSystemMonitorNotificationEvent(String systemMonitorRequestPayload)
systemMonitorRequestPayload - the system monitor incoming payloadCopyright © 2017. All rights reserved.