notify method

  1. @override
void notify (String correlationId, Parameters args)
override

Fires this event and notifies all registred listeners.

  • correlationId (optional) transaction id to trace execution through call chain.
  • args the parameters to raise this event with. throws an InvocationException if the event fails to be raised.