Method | Description | |
---|---|---|
EventStorageWriter ( int maxSize, System.TimeSpan maxAgeBeforeDrop, EventStorage storage, int maxBatchSize = 2048 ) : System | ||
Start ( |
||
Store ( |
Method | Description | |
---|---|---|
run ( |
||
store ( Entry entries ) : void |
public EventStorageWriter ( int maxSize, System.TimeSpan maxAgeBeforeDrop, EventStorage storage, int maxBatchSize = 2048 ) : System | ||
maxSize | int | |
maxAgeBeforeDrop | System.TimeSpan | |
storage | EventStorage | |
maxBatchSize | int | |
return | System |
public Start ( |
||
token | ||
return | Task |
public Store ( |
||
commit | ||
return | Task |