-
Notifications
You must be signed in to change notification settings - Fork 19
refac(context): Refactor to make execution context optional for components #130
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
Conversation
8120103
to
8e3a0bb
Compare
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 Start be part of the EventProcessor interface?
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.
if you ran the example (end-to-end) and it's not hanging because of wrong ExeContext then it looks good.
Summary
With
Start
methods of thePollingConfigManager
andQueueingEventProcessor
Test