Skip to content

GH-2880: Handle Pausable in Control Bus #2940

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

Merged
merged 2 commits into from
May 30, 2019

Conversation

artembilan
Copy link
Member

Fixes #2880

  • Refactor ControlBusMethodFilter to handle Pausable managed operations
  • Optimize and internal ControlBusMethodFilter.filter() logic to rely
    on the MergedAnnotations
  • Modify EnableIntegrationTests to test new functionality and document
    the feature

Fixes spring-projects#2880

* Refactor `ControlBusMethodFilter` to handle `Pausable` managed operations
* Optimize and internal `ControlBusMethodFilter.filter()` logic to rely
on the `MergedAnnotations`
* Modify `EnableIntegrationTests` to test new functionality and document
the feature
@garyrussell garyrussell merged commit 374b4b7 into spring-projects:master May 30, 2019
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.

Handle Pausable via Control Bus
2 participants