C# Class MassTransit.AutofacStateMachineRegisterSagaExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode 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 méthode

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
Résultat IRegistrationBuilder