Interface IDiscoveryClientBuilderFactory
Defines a method for creating a
Namespace: Copper.Conventions.Method.Common.V1.Interface
Assembly: Copper.Conventions.Method.Common.dll
Syntax
public interface IDiscoveryClientBuilderFactory
Methods
View SourceCreate(String)
Creates a
Declaration
DiscoveryClientBuilder Create(string responseQueueName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | responseQueueName |
Returns
| Type | Description |
|---|---|
| DiscoveryClientBuilder | The |