TIBCO Adapter SDK C++ Reference
|
When an TIBCO Rendezvous sink is attached to a trace, all trace messages are sent out as TIBCO Rendezvous messages.
Parameters | Description |
MApp* pMApp | Adapter application in which this sink is being constructed. |
const MString& rsSinkName | Name of the sink object being constructed. |
const MString& rsSessionName | Session in which this MRvSink is created. See the description of MRvSession for more information. |
const MString& rsSubjectName | Name of the subject on which this sink publishes messages. |
MRvSink(MApp* pMApp, const MString& rsSinkName, const MString& rsSessionName, const MString& rsSubjectName) throw(MException);