TIBCO Adapter SDK C++ Reference
MRvSink::MRvSink
MRvSink
Constructor for creating MRvSink sinks. This constructor creates a sink using the specified name, TIBCO Rendezvous session name, and subject.

When an TIBCO Rendezvous sink is attached to a trace, all trace messages are sent out as TIBCO Rendezvous messages.

Parameters
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.
Declaration
MRvSink(MApp* pMApp, const MString& rsSinkName, const MString& rsSessionName, const MString& rsSubjectName) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.