Method | Description | |
---|---|---|
EventStorageReader ( int maxSize, System.TimeSpan maxAgeBeforeDrop, EventStorage storage, int maxBatchSize = 2048 ) : System | ||
Fetch ( |
||
LoadEventsForStream ( string contextId, string streamId, long fromVersion, long maxVersion = null ) : Res.Core.Storage.EventInStorage[] | ||
Start ( |
Method | Description | |
---|---|---|
fetch ( Entry entries ) : void | ||
run ( |
public EventStorageReader ( int maxSize, System.TimeSpan maxAgeBeforeDrop, EventStorage storage, int maxBatchSize = 2048 ) : System | ||
maxSize | int | |
maxAgeBeforeDrop | System.TimeSpan | |
storage | EventStorage | |
maxBatchSize | int | |
return | System |
public Fetch ( |
||
request | ||
return | Task |
public LoadEventsForStream ( string contextId, string streamId, long fromVersion, long maxVersion = null ) : Res.Core.Storage.EventInStorage[] | ||
contextId | string | |
streamId | string | |
fromVersion | long | |
maxVersion | long | |
return | Res.Core.Storage.EventInStorage[] |
public Start ( |
||
token | ||
return | Task |