TIBCO Adapter SDK C++ Reference
|
Remarks
When an application sends a message to another, it could send pure data. In many cases, however, it is useful to include context for the data, which allows the receiving and sending application to share information that is not necessarily part of the data.
Typically, the application itself defines the context, however, that means that each sending and receiving application have to agree on the format for the context.
The MAdvisoryDocument class encapsulates context information so that applications can predefine what context is expected, then share that context.
This class is most useful for debugging and performance analysis. This class allows applications to include information about the structure and other aspects of the data that is sent.
class MAdvisoryDocument;
MAdvisoryDocument