![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
Provides information about the client library. More...
Public Member Functions | |
TBTClientLibraryInfo (const string AName, const string AVersion, const string ACopyright) | |
Constructor. |
Protected Member Functions | |
string | LibraryName () |
The name of the client library. | |
string | LibraryVersion () |
The version of the client library. | |
string | LibraryCopyright () |
Copyright information about the library. | |
IPrimitiveMap | GetProperties () |
Additional properties of the library. |
Protected Attributes | |
IPrimitiveMap | Properties |
Additional Inherited Members | |
Public Attributes inherited from IClientLibraryInfo | |
IPrimitiveMap | Properties |
Additional information, stored as key-value pairs, about the library. |
Provides information about the client library.
TBTClientLibraryInfo::TBTClientLibraryInfo | ( | const string | AName, |
const string | AVersion, | ||
const string | ACopyright ) |
Constructor.
|
protected |
Additional properties of the library.
Implements IClientLibraryInfo.
|
protected |
Copyright information about the library.
Implements IClientLibraryInfo.
|
protected |
The name of the client library.
Implements IClientLibraryInfo.
|
protected |
The version of the client library.
Implements IClientLibraryInfo.
|
protected |