Class InMemoryBusControlSettings
Represents the settings for an in-memory message broker.
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 SourceInMemoryBusControlSettings(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. |