queue icon indicating copy to clipboard operation
queue copied to clipboard

Allow usage of message handler classes as message handler names

Open viktorprogger opened this issue 1 year ago • 0 comments

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 avatar Sep 20 '24 15:09 viktorprogger