Class ServiceDiscoveryMetadata
Represents the service discovery metadata required by the MassTransit transport.
Inheritance
System.Object
ServiceDiscoveryMetadata
Namespace: Copper.Discovery.MassTransit.Common.V1
Assembly: Copper.Discovery.MassTransit.Common.dll
Syntax
[DataContract]
public class ServiceDiscoveryMetadata
Properties
View SourceResponseQueueName
Gets or sets the response queue name.
Declaration
[DataMember]
public string ResponseQueueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The response queue name. |