Method | Description | |
---|---|---|
FileSystemEventStore ( string basePath ) : System | ||
GetAllEvents ( System.Guid id ) : IEnumerable |
||
GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
GetEventSourceIndex ( ) : IEnumerable |
||
ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
RemoveEmptyEventSource ( System.Guid id ) : void | ||
Store ( UncommittedEventStream eventStream ) : void | ||
StoreEmptyEventSource ( System.Guid id ) : void |
Method | Description | |
---|---|---|
GetSourcePath ( IEventSource source ) : string |
public FileSystemEventStore ( string basePath ) : System | ||
basePath | string | |
return | System |
public GetAllEvents ( System.Guid id ) : IEnumerable |
||
id | System.Guid | |
return | IEnumerable |
public GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
id | System.Guid | |
version | long | |
return | IEnumerable |
protected GetSourcePath ( IEventSource source ) : string | ||
source | IEventSource | |
return | string |
public ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
id | System.Guid | |
minVersion | long | |
maxVersion | long | |
return | CommittedEventStream |
public RemoveEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |
public Store ( UncommittedEventStream eventStream ) : void | ||
eventStream | UncommittedEventStream | |
return | void |
public StoreEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |