![]() |
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 | |
| Delete () | |
| Deletes this temporary topic. | |
| Public Member Functions inherited from ITopic | |
| string | GetTopicName () |
Additional Inherited Members | |
| Public Attributes inherited from ITopic | |
| string | TopicName |
| The name of this topic. | |
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.
| ITemporaryTopic::Delete | ( | ) |
Deletes this temporary topic.
If there are existing receivers still using it, an EMQException will be thrown.
| EMQException |
Implemented in TBTTemporaryTopic.