eventuate-tram / eventuate-tram-core

Transactional messaging for microservices
Other
1.05k stars 186 forks source link

Fixed message handling (made polymorphic) in reactive command dispatcher. #159

Closed dartartem closed 3 years ago

cer commented 3 years ago

What was the fix? Where are the tests?

dartartem commented 3 years ago

@cer

What was the fix?

method handler invocation was not polymorphic, but it is required for sagas

Where are the tests?

Fix does not affect current behavior

cer commented 3 years ago

@cer

What was the fix?

method handler invocation was not polymorphic, but it is required for sagas

New behavior.

Where are the tests?

Fix does not affect current behavior

See above

dartartem commented 3 years ago

@cer ok, I will add a test