C# 클래스 PPPDDDChap23.EventSourcing.Application.Infrastructure.EventStore

파일 보기 프로젝트 열기: elbandit/PPPDDD 1 사용 예제들

공개 메소드들

메소드 설명
AppendEventsToStream ( string streamName, IEnumerable domainEvents ) : void
CreateNewStream ( string streamName, IEnumerable domainEvents ) : void
EventStore ( IDocumentSession documentSession ) : System
GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable

메소드 상세

AppendEventsToStream() 공개 메소드

public AppendEventsToStream ( string streamName, IEnumerable domainEvents ) : void
streamName string
domainEvents IEnumerable
리턴 void

CreateNewStream() 공개 메소드

public CreateNewStream ( string streamName, IEnumerable domainEvents ) : void
streamName string
domainEvents IEnumerable
리턴 void

EventStore() 공개 메소드

public EventStore ( IDocumentSession documentSession ) : System
documentSession IDocumentSession
리턴 System

GetStream() 공개 메소드

public GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable
streamName string
fromVersion int
toVersion int
리턴 IEnumerable