C# 클래스 MassTransit.AutofacStateMachineLoadSagaExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
FindStateMachineSagaTypes ( IComponentContext context ) : IList
LoadStateMachineSagas ( this configurator, IComponentContext context, string name = "message" ) : 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.

메소드 상세

FindStateMachineSagaTypes() 공개 정적인 메소드

public static FindStateMachineSagaTypes ( IComponentContext context ) : IList
context IComponentContext
리턴 IList

LoadStateMachineSagas() 공개 정적인 메소드

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, IComponentContext context, string name = "message" ) : void
configurator this
context IComponentContext
name string
리턴 void