ISaver<T>

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

save

Saves given data items.

save(context: IContext, items: T[]): Promise<void>

  • context: IContext - (optional) a context to trace execution through a call chain.
  • items: T[] - a list of items to save.