Show / Hide Table of Contents

    Interface IEventServiceInstanceListenerBuilderConfigurator

    Provides the capability to configure an event service instance listener builder.

    Namespace: Copper.Conventions.Method.Service.V1.Interface
    Assembly: Copper.Conventions.Method.Service.dll
    Syntax
    public interface IEventServiceInstanceListenerBuilderConfigurator

    Methods

    View Source

    Configure(EventServiceInstanceListenerBuilder, String)

    Configures an event service instance listener builder.

    Declaration
    void Configure(EventServiceInstanceListenerBuilder eventServiceInstanceListenerBuilder, string handlerName)
    Parameters
    Type Name Description
    EventServiceInstanceListenerBuilder eventServiceInstanceListenerBuilder

    The event service instance listener builder.

    System.String handlerName

    The handler name.

    • View Source
    Back to top Generated by DocFX