![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsgConsumer_GetMsgListener(tibemsMsgConsumer msgConsumer,tibemsMsgCallback* callbackPtr,
The function stores a pointer to the closure data in this location. This pointer is passed into the message listener callback.EMS C programs can implement a message listener as a callback function paired with closure data. This call extracts these items from a consumer object.Your program implements the callback, and registers it by calling tibemsMsgConsumer_SetMsgListener. When a message arrives, the consumer calls the callback.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |