Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support async command handlers in codegen and testkit #350

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

pvlugter
Copy link
Member

@pvlugter pvlugter commented Jun 2, 2022

Entity command handlers can already be async. Add support for this to the codegen and testkit.

Testkit hasn't been published yet, so not exactly breaking, but handleCommand in the mock entities is now async. If we wanted to make it compatible with what was there before, we could also have two versions of mocked command handling, where the sync version throws if the command handler returns a Promise. But simpler to just have one method, explicitly async.

Copy link
Contributor

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pvlugter pvlugter merged commit b904f26 into lightbend:main Jun 2, 2022
@pvlugter pvlugter deleted the async-command-handlers branch June 2, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants