notify method

void notify (String correlationId, String eventName, Parameters args)

Fires event specified by its name and notifies all registered IEventListener listeners

  • correlationId (optional) transaction id to trace execution through call chain.
  • eventName the name of the event that is to be fired.
  • args the event arguments (parameters).