Show / Hide Table of Contents

    Interface IEventPublisherFactory

    Defines a method for creating an IEventPublisher instance.

    Namespace: Copper.Eventing.Common.Interface
    Assembly: Copper.Eventing.Common.dll
    Syntax
    public interface IEventPublisherFactory

    Methods

    View Source

    Create()

    Creates an IEventPublisher instance.

    Declaration
    IEventPublisher Create()
    Returns
    Type Description
    IEventPublisher

    The IEventPublisher instance.

    • View Source
    Back to top Generated by DocFX