C# 클래스 Samples.Configuration.Configurators.EventSourcingConfigurator

파일 보기 프로젝트 열기: Ontropix/CQRSalad

공개 메소드들

메소드 설명
UseCommandProcessorSingleton ( this container ) : IContainer
UseInMemoryEventStore ( this container ) : IContainer
UseMongoEventStore ( this container, string connectionString ) : IContainer

메소드 상세

UseCommandProcessorSingleton() 공개 정적인 메소드

public static UseCommandProcessorSingleton ( this container ) : IContainer
container this
리턴 IContainer

UseInMemoryEventStore() 공개 정적인 메소드

public static UseInMemoryEventStore ( this container ) : IContainer
container this
리턴 IContainer

UseMongoEventStore() 공개 정적인 메소드

public static UseMongoEventStore ( this container, string connectionString ) : IContainer
container this
connectionString string
리턴 IContainer