C# 클래스 CQRS.Tests.CQRS.EventSourcing.EventStoreTests

파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

보호된 메소드들

메소드 설명
CreateEventStore ( ) : IEventStore
CreateEventStore2 ( ) : IEventStore

비공개 메소드들

메소드 설명
DeleteEventsDeletesTheEventsForOnlyTheSpecifiedAggregate ( ) : void
GetListOfAggregateIds ( ) : void
GetListOfAggregateIdsUsingBaseEventType ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFetchingALargeNumberOfEvents_EnsureBatchingDoesNotBreakThings ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFromEventIdIsNull ( ) : void

메소드 상세

CreateEventStore() 보호된 추상적인 메소드

protected abstract CreateEventStore ( ) : IEventStore
리턴 IEventStore

CreateEventStore2() 보호된 추상적인 메소드

protected abstract CreateEventStore2 ( ) : IEventStore
리턴 IEventStore