C# Class MassTransit.AutofacStateMachineRegisterSagaExtensions

Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
RegisterStateMachineSagas ( this builder ) : IRegistrationBuilder

Register the state machine sagas found in the specified assemblies using the ContainerBuilder provided. The machines are registered using their SagaStateMachine<> type, as well as the concrete type for use by the application.

Method Details

RegisterStateMachineSagas() public static method

Register the state machine sagas found in the specified assemblies using the ContainerBuilder provided. The machines are registered using their SagaStateMachine<> type, as well as the concrete type for use by the application.
public static RegisterStateMachineSagas ( this builder ) : IRegistrationBuilder
builder this
return IRegistrationBuilder