Interface for data processing components that can set (create or update) data items.
Sets a data item. If the data item exists it updates it, otherwise it create a new data item.
(optional) transaction id to trace execution through call chain.
a item to be set.
(optional) callback function that receives updated item or error.
Generated using TypeDoc
Interface for data processing components that can set (create or update) data items.