public interface SqsMessageBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
buildBusinessObjectDataStatusChangeMessage(BusinessObjectDataKey businessObjectDataKey,
String newBusinessObjectDataStatus,
String oldBusinessObjectDataStatus)
Builds the message for the business object data status change.
|
String |
buildSystemMonitorResponse(String systemMonitorRequestPayload)
Builds the message for the ESB system monitor response.
|
String buildBusinessObjectDataStatusChangeMessage(BusinessObjectDataKey businessObjectDataKey, String newBusinessObjectDataStatus, String oldBusinessObjectDataStatus)
businessObjectDataKey - the business object data key for the object whose status changed.newBusinessObjectDataStatus - the new business object data status.oldBusinessObjectDataStatus - the old business object data status.String buildSystemMonitorResponse(String systemMonitorRequestPayload)
systemMonitorRequestPayload - the system monitor request payload.Copyright © 2017. All rights reserved.