Show / Hide Table of Contents

    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 Source

    DiscoveryClientSettings(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 Source

    ResponseQueueName

    Gets the response queue name.

    Declaration
    public string ResponseQueueName { get; }
    Property Value
    Type Description
    System.String

    The response queue name.

    • View Source
    Back to top Generated by DocFX