Is your feature request related to a problem? Please describe.
Current way of result handling in emitters and handlers is half-baked - handlers can return data to emitters, but they do not have any knowledge or control on how this data is processed or handled.
Describe the solution you'd like
Provide a new property to the event context - a typed results array that contains all the results of all previous handler's execution.
Is your feature request related to a problem? Please describe. Current way of result handling in emitters and handlers is half-baked - handlers can return data to emitters, but they do not have any knowledge or control on how this data is processed or handled.
Describe the solution you'd like Provide a new property to the event context - a typed
results
array that contains all the results of all previous handler's execution.Example