C# Class MassTransit.StructureMapStateMachineLoadSagaExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
FindStateMachineSagaTypes ( IContainer container ) : IList
LoadStateMachineSagas ( this configurator, IContainer container ) : void

Scans the lifetime scope and registers any state machines sagas which are found in the scope using the Autofac saga repository and the appropriate state machine saga repository under the hood.

Method Details

FindStateMachineSagaTypes() public static méthode

public static FindStateMachineSagaTypes ( IContainer container ) : IList
container IContainer
Résultat IList

LoadStateMachineSagas() public static méthode

Scans the lifetime scope and registers any state machines sagas which are found in the scope using the Autofac saga repository and the appropriate state machine saga repository under the hood.
public static LoadStateMachineSagas ( this configurator, IContainer container ) : void
configurator this
container IContainer
Résultat void