Class ActiveMQTopic
public class ActiveMQTopic : ActiveMQDestination, DataStructure, ICloneable, ITopic, IDestination, IDisposable
- Inheritance
-
ActiveMQTopic
- Implements
-
ITopicIDestination
- Inherited Members
Constructors
ActiveMQTopic()
public ActiveMQTopic()
ActiveMQTopic(string)
public ActiveMQTopic(string name)
Parameters
name
string
Fields
ID_ACTIVEMQTOPIC
public const byte ID_ACTIVEMQTOPIC = 101
Field Value
Properties
DestinationType
public override DestinationType DestinationType { get; }
Property Value
- DestinationType
TopicName
public string TopicName { get; }
Property Value
Methods
Clone()
public override object Clone()
Returns
CreateDestination(string)
public override ActiveMQDestination CreateDestination(string name)
Parameters
name
string
Returns
GetDataStructureType()
public override byte GetDataStructureType()
Returns
GetDestinationType()
public override int GetDestinationType()