Show / Hide Table of Contents

    Interface IEventPublisherBuilderFactory

    Defines a method for creating a instance.

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

    Methods

    View Source

    CreateFor<TEvents>()

    Creates a instance.

    Declaration
    EventPublisherBuilder CreateFor<TEvents>()
        where TEvents : class
    Returns
    Type Description
    EventPublisherBuilder

    The event publisher builder.

    Type Parameters
    Name Description
    TEvents

    The events contract type.

    • View Source
    Back to top Generated by DocFX