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 Discovery
Declaration
public DiscoveryClientSettings(string responseQueueName)
Parameters
Type | Name | Description |
---|---|---|
System. |
responseQueueName | The response queue name. |
Properties
View SourceResponseQueueName
Gets the response queue name.
Declaration
public string ResponseQueueName { get; }
Property Value
Type | Description |
---|---|
System. |
The response queue name. |