Interface | Description |
---|---|
BufferSplitter<T> |
Any splitting process that allows a callback to process a managable batch at a time
|
Class | Description |
---|---|
DaemonBufferSplitter<T> |
A time aware reader (intended to be used a background low priority daemon service)
that chunks out batches based on a Buffer Size & limit.
|
SerialBufferSplitter<T> |
A splitter that chunks up a Larger List or Stream into Smaller buffers serially and synchronously
with an added option for CheckCallback before dispatching the next batch.
|
Copyright © 2018. All rights reserved.