Show / Hide Table of Contents

    Class EventPublisherSettings

    Represents the settings for a MassTransit event publisher.

    Inheritance
    System.Object
    EventPublisherSettings
    Namespace: Copper.Eventing.MassTransit.Common.V1
    Assembly: Copper.Eventing.MassTransit.Common.dll
    Syntax
    public class EventPublisherSettings

    Constructors

    View Source

    EventPublisherSettings(BusControlSettings)

    Initializes a new instance of the EventPublisherSettings class.

    Declaration
    public EventPublisherSettings(BusControlSettings busControlSettings)
    Parameters
    Type Name Description
    BusControlSettings busControlSettings

    The bus control settings.

    Properties

    View Source

    BusControlSettings

    Gets the bus control settings.

    Declaration
    public BusControlSettings BusControlSettings { get; }
    Property Value
    Type Description
    BusControlSettings

    The bus control settings.

    • View Source
    Back to top Generated by DocFX