Interface IRequestServiceInstanceListenerBuilderConfigurator
Provides the capability to configure a request service instance listener builder.
Namespace: Copper.Conventions.Method.Service.V1.Interface
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public interface IRequestServiceInstanceListenerBuilderConfigurator
Methods
View SourceConfigure(RequestServiceInstanceListenerBuilder, String)
Configures a request service instance listener builder.
Declaration
void Configure(RequestServiceInstanceListenerBuilder requestServiceInstanceListenerBuilder, string handlerName)
Parameters
Type | Name | Description |
---|---|---|
RequestServiceInstanceListenerBuilder | requestServiceInstanceListenerBuilder | The request service instance listener builder. |
System.String | handlerName | The handler name. |