Show / Hide Table of Contents

    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 Source

    Configure(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.

    • View Source
    Back to top Generated by DocFX