@Service @Transactional(value="herdTransactionManager") public class SqsNotificationEventServiceImpl extends Object implements SqsNotificationEventService
| Constructor and Description |
|---|
SqsNotificationEventServiceImpl() |
| 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.
|
public JmsMessage processBusinessObjectDataStatusChangeNotificationEvent(BusinessObjectDataKey businessObjectDataKey, String newBusinessObjectDataStatus, String oldBusinessObjectDataStatus)
SqsNotificationEventServiceprocessBusinessObjectDataStatusChangeNotificationEvent in interface SqsNotificationEventServicebusinessObjectDataKey - the business object data keynewBusinessObjectDataStatus - the new business object data statusoldBusinessObjectDataStatus - the old business object data status@PublishJmsMessages public JmsMessage processSystemMonitorNotificationEvent(String systemMonitorRequestPayload)
SqsNotificationEventServiceprocessSystemMonitorNotificationEvent in interface SqsNotificationEventServicesystemMonitorRequestPayload - the system monitor incoming payloadCopyright © 2017. All rights reserved.