C# 클래스 TJ.CQRS.MongoEvent.MongoEventStore

상속: EventStore
파일 보기 프로젝트 열기: mastoj/TJ.CQRS 1 사용 예제들

공개 메소드들

메소드 설명
DeleteCollection ( ) : void
GetAllEvents ( ) : IEnumerable
MongoEventStore ( IMongoConfiguration mongoConfiguration, IEventBus eventBus ) : System

보호된 메소드들

메소드 설명
GetEvents ( System.Guid aggregateId ) : IEnumerable
InsertBatch ( IEnumerable eventBatch ) : void

메소드 상세

DeleteCollection() 공개 메소드

public DeleteCollection ( ) : void
리턴 void

GetAllEvents() 공개 메소드

public GetAllEvents ( ) : IEnumerable
리턴 IEnumerable

GetEvents() 보호된 메소드

protected GetEvents ( System.Guid aggregateId ) : IEnumerable
aggregateId System.Guid
리턴 IEnumerable

InsertBatch() 보호된 메소드

protected InsertBatch ( IEnumerable eventBatch ) : void
eventBatch IEnumerable
리턴 void

MongoEventStore() 공개 메소드

public MongoEventStore ( IMongoConfiguration mongoConfiguration, IEventBus eventBus ) : System
mongoConfiguration IMongoConfiguration
eventBus IEventBus
리턴 System