Qorus Integration Engine® Enterprise Edition 6.0.15_prod
Loading...
Searching...
No Matches
OMQ::Observable Class Reference

This class represents an observable subject that will notify all of its registered observers. More...

Inheritance diagram for OMQ::Observable:
[legend]
Collaboration diagram for OMQ::Observable:
[legend]

Private:Internal Member Methods

 notifyObservers (string event_id, hash< auto > data_)
 The method notifies all subscribed observers. More...
 
 log (int level, string fmt)
 Logs to the main process log file.
 

Detailed Description

This class represents an observable subject that will notify all of its registered observers.

Member Function Documentation

◆ notifyObservers()

OMQ::Observable::notifyObservers ( string  event_id,
hash< auto >  data_ 
)
private:internal

The method notifies all subscribed observers.

Parameters
event_idunique ID identifying an event
data_hash representing new data to be passed to observers' update() methods

The documentation for this class was generated from the following file: