Class DiscoveryClientSettings
Represents the settings for a MassTransit discovery client.
Inheritance
System.Object
DiscoveryClientSettings
Namespace: Copper.Discovery.MassTransit.Common.V1
Assembly: Copper.Discovery.MassTransit.Common.dll
Syntax
public class DiscoveryClientSettings
Constructors
View SourceDiscoveryClientSettings(String)
Initializes a new instance of the DiscoveryClientSettings class.
Declaration
public DiscoveryClientSettings(string responseQueueName)
Parameters
Type | Name | Description |
---|---|---|
System.String | responseQueueName | The response queue name. |
Properties
View SourceResponseQueueName
Gets the response queue name.
Declaration
public string ResponseQueueName { get; }
Property Value
Type | Description |
---|---|
System.String | The response queue name. |