Interface for data processing components that save data items.
Description
The ISaver interface is used by data processing components that save data items.
Instance methods
SaveAsync
Saves given data items.
Task SaveAsync(string correlationId, IEnumerable<T> items)
- correlationId: string - (optional) transaction id used to trace execution through the call chain.
- items: IEnumerable<T> - list of items to save.