Class TransportMetadata
Represents the metadata of the MassTransit transport.
Inheritance
System.Object
TransportMetadata
Namespace: Copper.Eventing.MassTransit.Common.V1
Assembly: Copper.Eventing.MassTransit.Common.dll
Syntax
[DataContract]
[KnownType(typeof(InMemoryTransportMetadata))]
[KnownType(typeof(RabbitMqTransportMetadata))]
[KnownType(typeof(AzureServiceBusTransportMetadata))]
public class TransportMetadata
Properties
View SourceQueueName
Gets or sets the queue name.
Declaration
[DataMember]
public string QueueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The queue name. |