TIBCO Adapter SDK C++ Reference
|
Programs can dispatch events explicitly by calling nextEvent() for a session or an MApp instance. They can also allow the SDK event handler to dispatch all events. This class allows for a third alternative: applications can create a dispatcher for a specified MApp and MSession and stop the dispatcher as needed. This is particularly useful for multithreading applications.
See "Multithreaded Adapters" in TIBCO Adapter SDK Programmer's Guide.
class MDispatcher;
MDispatcher