Class ProducerInfo
public class ProducerInfo : BaseCommand, Command, DataStructure, ICloneable
- Inheritance
-
ProducerInfo
- Implements
- Inherited Members
Constructors
ProducerInfo()
public ProducerInfo()
Fields
ID_PRODUCERINFO
public const byte ID_PRODUCERINFO = 6
Field Value
Properties
BrokerPath
public BrokerId[] BrokerPath { get; set; }
Property Value
- BrokerId[]
Destination
public ActiveMQDestination Destination { get; set; }
Property Value
DispatchAsync
public bool DispatchAsync { get; set; }
Property Value
IsProducerInfo
public override bool IsProducerInfo { get; }
Property Value
ProducerId
public ProducerId ProducerId { get; set; }
Property Value
WindowSize
public int WindowSize { get; set; }
Property Value
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
ToString()
public override string ToString()
Returns
Visit(ICommandVisitor)
public override Response Visit(ICommandVisitor visitor)
Parameters
visitor
ICommandVisitor