Show / Hide Table of Contents

    Interface IDiscoveryClientBuilderFactory

    Defines a method for creating a instance.

    Namespace: Copper.Conventions.Method.Common.V1.Interface
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public interface IDiscoveryClientBuilderFactory

    Methods

    View Source

    Create(String)

    Creates a instance.

    Declaration
    DiscoveryClientBuilder Create(string responseQueueName)
    Parameters
    Type Name Description
    System.String responseQueueName
    Returns
    Type Description
    DiscoveryClientBuilder

    The instance.

    • View Source
    Back to top Generated by DocFX