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

refactor: alter IController to include handle #2

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

hawkkiller
Copy link
Contributor

@hawkkiller hawkkiller commented Jul 21, 2024

Adds handle method to IController interface.

The reason behind this change is that the main idea of this package is having this method in a controller, that gives an ability to process requests sequentially, concurrently, etc.

Also, the IStateController implements this one and does not include handle method as well.

@PlugFox PlugFox merged commit c6467c5 into PlugFox:master Jul 22, 2024
2 checks passed
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