-
Notifications
You must be signed in to change notification settings - Fork 6
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
Java/Kotlin docs for the new workflow api #333
Conversation
Test Results 14 files ±0 14 suites ±0 10s ⏱️ ±0s Results for commit 2eedc30. ± Comparison against base commit a8d7c68. This pull request removes 6 and adds 7 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Some small comments
* | ||
* NOTE: This interface MUST NOT be accessed concurrently since it can lead to different orderings | ||
* of user actions, corrupting the execution of the invocation. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we move a bit of this explanation to the ctx.promise JavaDocs? Because those are the ones you see first before clicking on the return type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This specific bit about not concurrent access is fine to keep it here.
Plus rename durablePromise/durablePromiseHandle to promise/promiseHandle