grabbit icon indicating copy to clipboard operation
grabbit copied to clipboard

Allow saga's to override correlation logic.

Open rhinof opened this issue 5 years ago • 1 comments

By default, grabbit correlates a message to the correct saga instance when a handler replies to an incoming message. There are many cases in which you would like to interact with a saga instance and send it messages not in the context of replying to a specific message originating from the saga.

This is an improvement and should provide a better API than the one developed for #172

rhinof avatar Oct 16 '19 13:10 rhinof

Need to reevaluate how to overcome potential race conditions. currently on hold

rhinof avatar Oct 20 '19 08:10 rhinof