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

Allow usage of message handler classes as message handler names #218

Merged
merged 4 commits into from
Nov 17, 2024

Conversation

viktorprogger
Copy link
Contributor

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

This PR allows usage of message handler class names as handler name in a message. This approach allows to skip creation of handler name to callable mapping for the Worker configuration. It's handy for situations when a single application plays as both producer and consumer.
For situations when an application is either a producer or a consumer, it's still possible to use mapping, as it was before. Handler class name usage is not a requirement.

@viktorprogger viktorprogger added the status:under development Someone is working on a pull request. label Sep 20, 2024
@viktorprogger viktorprogger self-assigned this Sep 20, 2024
@viktorprogger viktorprogger merged commit b337fdd into master Nov 17, 2024
19 checks passed
@viktorprogger viktorprogger deleted the allow-handler-classes branch November 17, 2024 13:26
@viktorprogger viktorprogger mentioned this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant