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 In
Constructors
View SourceInMemoryBusControlSettings(ILoggerFactory)
Initializes a new instance of the In
Declaration
public InMemoryBusControlSettings(ILoggerFactory loggerFactory = null)
Parameters
Type | Name | Description |
---|---|---|
ILogger |
loggerFactory | The logger factory to be used to configure MassTransit logging. |