Represents a temporary topic which exists for the duration
of the IConnection which created it.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Interface ITemporaryTopic _ Inherits IDestination, ITopic |
| C# |
|---|
public interface ITemporaryTopic : IDestination, ITopic |
| Visual C++ |
|---|
public interface class ITemporaryTopic : IDestination, ITopic |
| JavaScript |
|---|
Apache.NMS.ITemporaryTopic = function(); Apache.NMS.ITemporaryTopic.createInterface('Apache.NMS.ITemporaryTopic'); |