tibemsMsgCallback
Type
C Declaration
typedef void (*tibemsMsgCallback) ( tibemsMsgConsumer msgConsumer, tibemsMsg msg, void* closure );
Remarks
To asynchronous receive messages, your program can define callback functions of this type, and register them with a consumer (using tibemsMsgConsumer_SetMsgListener or a related function). When a message arrives, the consumer calls its callback.
This call is not supported in COBOL.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.