C# 클래스 Platform.StreamStorage.File.FileEventStoreManager

Event store based on local filesystem. See documentation of the IEventStoreManager.
상속: IEventStoreManager
파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 메소드들

메소드 설명
AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
Dispose ( ) : void
FileEventStoreManager ( string rootDirectory ) : System
ResetAllStores ( ) : void

메소드 상세

AppendEventsToStore() 공개 메소드

public AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
storeId EventStoreId
streamId string
eventData IEnumerable
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileEventStoreManager() 공개 메소드

public FileEventStoreManager ( string rootDirectory ) : System
rootDirectory string
리턴 System

ResetAllStores() 공개 메소드

public ResetAllStores ( ) : void
리턴 void