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

Extract asynchronous method handler #1756

Conversation

wplong11
Copy link
Collaborator

@wplong11 wplong11 commented Sep 18, 2022

Contains #1755 PR commits
If you want to see the final result, see PR #1757

@wplong11 wplong11 marked this pull request as draft September 18, 2022 07:32
@wplong11 wplong11 force-pushed the 3-extract-asynchronous-method-handler branch from 3a967cc to 29fc751 Compare September 18, 2022 14:58
@wplong11 wplong11 force-pushed the 3-extract-asynchronous-method-handler branch 2 times, most recently from 4845d15 to 72dfc1d Compare September 19, 2022 23:55
import static feign.FeignException.errorExecuting;
import static feign.Util.checkNotNull;

final class AsynchronousMethodHandler implements MethodHandler {
Copy link
Collaborator Author

@wplong11 wplong11 Sep 19, 2022

Choose a reason for hiding this comment

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

In this PR, The AsynchronousMethodHandler is just copy and paste of the SynchronousMethodHandler. Then refactored in the PR #1757

@wplong11 wplong11 marked this pull request as ready for review September 19, 2022 23:58
@wplong11 wplong11 force-pushed the 3-extract-asynchronous-method-handler branch from 49213b1 to 3c45c01 Compare September 20, 2022 05:39
@wplong11 wplong11 closed this Sep 20, 2022
@wplong11 wplong11 reopened this Oct 4, 2022
@wplong11 wplong11 closed this Oct 9, 2022
@wplong11 wplong11 deleted the 3-extract-asynchronous-method-handler branch October 9, 2022 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants