![]() |
Habari STOMP Client for Artemis 9.4
Object Pascal STOMP client library for ActiveMQ Artemis
|
Represents an unique ITopic object created for the duration of an IConnection. More...
Public Member Functions | |
| TBTTemporaryTopic (const string TopicName) | |
| Constructor. | |
| Public Member Functions inherited from TBTTopic | |
| TBTTopic (const string TopicName) | |
| Constructor. | |
Protected Member Functions | |
| Delete () | |
| Deletes this temporary topic. | |
Additional Inherited Members | |
| Protected Attributes inherited from TBTTopic | |
| string | TopicName |
Represents an unique ITopic object created for the duration of an IConnection.
It is a system-defined topic that can be consumed only by the IConnection that created it.
| TBTTemporaryTopic::TBTTemporaryTopic | ( | const string | TopicName | ) |
Constructor.
|
protected |
Deletes this temporary topic.
If there are existing receivers still using it, an EMQException will be thrown.
| EMQException |
Implements ITemporaryTopic.