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

Represents an unique ITopic object created for the duration of an IConnection. More...

Inheritance diagram for ITemporaryTopic:
ITopic IDestination TBTTemporaryTopic

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.

Detailed Description

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.

Member Function Documentation

◆ Delete()

ITemporaryTopic::Delete ( )

Deletes this temporary topic.

If there are existing receivers still using it, an EMQException will be thrown.

Exceptions
EMQException

Implemented in TBTTemporaryTopic.