TIBCO Adapter SDK C++ Reference
|
Whenever new data is available, the subscriber generates an MDataEvent and calls the onEvent() method of each registered listener. The subscriber generates an MTimeoutEvent if data events has not been received within the time frame specified in the data event source.
Note that the subscriber in nonvalidated mode strips SDK control information from any incoming message, regardless of whether the message is in rvMsg or aeRvMsg format. In the M_RVMSG_FORMAT format the subscriber does not consider the absence of control information in the message to be an error.
MSubscriber::removeListener() Removes an event listener from this event source.
class MSubscriber : public MEventSource;
MObject MComponent MEventSource MSubscriber