notify method

void notify (String correlationId, List components, Parameters args)
  • Notifies multiple components.
    • To be notified components must implement INotifiable interface.
    • If they don't the call to this method has no effect.
      • correlationId (optional) transaction id to trace execution through call chain.
      • components a list of components that are to be notified.
      • args notification arguments.