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

Changes to hook API to make it more Observable-friendly #683

Merged
merged 4 commits into from
Feb 18, 2015

Conversation

mattrjacobs
Copy link
Contributor

Addresses #682 and #600 . See #682 for detail on new API.

Since this affects both HystrixCommand and HystrixObservableCommand and had a large impact on unit tests, I took some time to share code between the two. This partially addresses #581

Matt Jacobs added 4 commits February 16, 2015 14:11
…trixObservableCommand.

 * Deprecated some methods in HystrixCommandExecutionHook and added others
 * Reorganized calling patterns of hook methods in AbstractCommand to make them more cleanly divisible
…est to share code

 * Also changed how hook tests are written to be less verbose
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #45 SUCCESS
This pull request looks good

mattrjacobs added a commit that referenced this pull request Feb 18, 2015
Changes to hook API to make it more Observable-friendly
@mattrjacobs mattrjacobs merged commit 2b295ad into Netflix:master Feb 18, 2015
@mattrjacobs mattrjacobs deleted the observable-api-hooks branch February 18, 2015 04:14
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.

2 participants