Table of Contents

Interface IConsumePipeConfigurator

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IConsumePipeConfigurator : IPipeConfigurator<ConsumeContext>, IConsumerConfigurationObserverConnector, ISagaConfigurationObserverConnector, IHandlerConfigurationObserverConnector, IActivityConfigurationObserverConnector, IConsumerConfigurationObserver, ISagaConfigurationObserver, IHandlerConfigurationObserver, IActivityConfigurationObserver
Inherited Members
Extension Methods

Properties

AutoStart

If set to false, the transport will only be started when a connection is made to the consume pipe.

bool AutoStart { set; }

Property Value

bool