Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
ITopic Interface Reference

Encapsulates a provider-specific topic name. More...

Inheritance diagram for ITopic:
IDestination ITemporaryTopic TBTTopic TBTTemporaryTopic TBTTemporaryTopic

Public Member Functions

string GetTopicName ()

Public Attributes

string TopicName
 The name of this topic.

Detailed Description

Encapsulates a provider-specific topic name.

It is the way a client specifies the identity of a topic to API methods.

Member Function Documentation

◆ GetTopicName()

string ITopic::GetTopicName ( )

Member Data Documentation

◆ TopicName

string ITopic::TopicName

The name of this topic.

See also
GetTopicName For reading