Skip to content

Implement MultiTransformer

Gerhard Raven requested to merge implement-multitransformer into future

Implement a generic N->M transformer. It expects an std::tuple of M elements back from the call operator, and then 'explodes' the tuple before putting it in the event store, i.e. it takes each individual element of the tuple, and puts each in a separate location in the event store.

Merge request reports