2.1 API for Raising an EVENT

For raising an event, registerActivityAndGenerateEvent API has been provided in the AbstractApplication class.

It takes 4 parameters:

  • Session Context
  • EventId
  • ActivityLog

Alerts can be either Account based or Party based.

If it is Account based, populating 2 attributes(accountId and accountType) of ActivityLog is bare minimum requirement.

Similarily, if it is Party based,populating 1 attribute(customerId) of ActivityLog is bare minimum requirement.

For the other attributes, In case the attribute is already present in com.ofss.digx.app.alerts.dto.eventgen.ActivityLog class use the existing ActivityLog instance.

Else create a subclass of ActivityLog having your attribute. Set the attribute value in the ActivityLog child class and pass its instance as an argument to registerActivityAndGenerateEvent method.