notify abstract method

void notify(
  1. String? correlationId,
  2. Parameters args
)

Notifies the component about occured event.

  • correlationId (optional) transaction id to trace execution through call chain.
  • args notification arguments.

Implementation

void notify(String? correlationId, Parameters args);