This page provides the list of events and associated payload for the Reporting microservice.

List of Events

SL.#NAMEDESCRIPTIONPUBLISH LOCATIONROUTING KEYDURABILITYPAYLOAD TYPE
1Report CreatedThis event will be generated when a report is createdTopic: ReportMsgTopicreport.createdfalseReportPayload
2Report UpdatedThis event will be generated when a report is updatedTopic: ReportMsgTopicreport.updatedfalseReportPayload

Payload Model

ReportPayload

PROPERTYTYPEDESCRIPTIONEXAMPLE
namestringIndicates the name of the report.REPORT_CREATED/REPORT_UPDATED
report.reportIdlongIndicates the ID of the report, which is created or updated.123
report.namestringIndicates the name of the report.totalsale
report.descriptionstringIndicates the description of the report.Total sale report
report.processorClassNamestringIndicates the class name of the custom report processor.ReportClassName
report.downloadablebooleanIndicates whether the report is exportable type or not.TRUE



Revision History
2019-05-17 | AN – Updated to a new table tool.
2019-04-11 | MA – Page created and content uploaded.