Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
TBTTopic Class Reference

A Topic object encapsulates a provider-specific topic name. More...

Inheritance diagram for TBTTopic:
TBTDestination ITopic IDestination TBTTemporaryTopic

Public Member Functions

 TBTTopic (const string TopicName)
 

Public Attributes

string TopicName
 The name of this topic.
 
- Public Attributes inherited from TBTDestination
TDestinationType DestinationType
 

Additional Inherited Members

- Protected Member Functions inherited from TBTDestination
TDestinationType GetDestinationType ()
 
 SetDestinationType (TDestinationType Value)
 

Detailed Description

A Topic object encapsulates a provider-specific topic name.

It is the way a client specifies the identity of a topic.

Constructor & Destructor Documentation

◆ TBTTopic()

TBTTopic::TBTTopic ( const string TopicName)

Member Data Documentation

◆ TopicName

string TBTTopic::TopicName

The name of this topic.

See also
GetTopicName For reading