C# 클래스 TJ.CQRS.Tests.Stub.StubEventStore

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

공개 메소드들

메소드 설명
GetAllEvents ( ) : IEnumerable
InsertEvents ( IEnumerable eventBatch ) : void
StubEventStore ( IEventBus eventBus ) : System

보호된 메소드들

메소드 설명
GetEvents ( System.Guid aggregateId ) : IEnumerable
InsertBatch ( IEnumerable eventBatch ) : 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

InsertEvents() 공개 메소드

public InsertEvents ( IEnumerable eventBatch ) : void
eventBatch IEnumerable
리턴 void

StubEventStore() 공개 메소드

public StubEventStore ( IEventBus eventBus ) : System
eventBus IEventBus
리턴 System