Show / Hide Table of Contents

    Class InMemoryBusControlSettings

    Represents the settings for an in-memory message broker.

    Inheritance
    System.Object
    BusControlSettings
    InMemoryBusControlSettings
    Namespace: Copper.MassTransit.Interface
    Assembly: Copper.MassTransit.dll
    Syntax
    public class InMemoryBusControlSettings : BusControlSettings
    Remarks

    To connect multiple components to the same in-memory message broker, the same instance of InMemoryBusControlSettings must be used in each component.

    Constructors

    View Source

    InMemoryBusControlSettings(ILoggerFactory)

    Initializes a new instance of the InMemoryBusControlSettings class.

    Declaration
    public InMemoryBusControlSettings(ILoggerFactory loggerFactory = null)
    Parameters
    Type Name Description
    ILoggerFactory loggerFactory

    The logger factory to be used to configure MassTransit logging.

    • View Source
    Back to top Generated by DocFX