Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
IClientLibraryInfo Interface Reference

Provides information about the client library. More...

Inheritance diagram for IClientLibraryInfo:
TBTClientLibraryInfo TBTClientLibraryInfo

Public 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.

Public Attributes

IPrimitiveMap Properties
 Additional information, stored as key-value pairs, about the library.

Detailed Description

Provides information about the client library.

Member Function Documentation

◆ GetProperties()

IPrimitiveMap IClientLibraryInfo::GetProperties ( )

Additional properties of the library.

Implemented in TBTClientLibraryInfo.

◆ LibraryCopyright()

string IClientLibraryInfo::LibraryCopyright ( )

Copyright information about the library.

Implemented in TBTClientLibraryInfo.

◆ LibraryName()

string IClientLibraryInfo::LibraryName ( )

The name of the client library.

Implemented in TBTClientLibraryInfo.

◆ LibraryVersion()

string IClientLibraryInfo::LibraryVersion ( )

The version of the client library.

Implemented in TBTClientLibraryInfo.

Member Data Documentation

◆ Properties

IPrimitiveMap IClientLibraryInfo::Properties

Additional information, stored as key-value pairs, about the library.

See also
GetProperties For reading