pip_services3_data.ISaver module

pip_services3_data.ISaver

Interface for data saver.

copyright

Conceptual Vision Consulting LLC 2018-2019, see AUTHORS for more details.

license

MIT, see LICENSE for more details.

class pip_services3_data.ISaver.ISaver

Bases: object

Interface for data processing components that save data items.

save(correlation_id: Optional[str], items: List[T])

Saves given data items.

Parameters
  • correlation_id – (optional) transaction id to trace execution through call chain.

  • items – a list of items to save.