The current behavior for subcribed message bus targets with more than one matching "Handle" method for the given message is to use the first found method and ignore the others.
Here we could use one of two behaviors:
- use best match for type of parameter
- publish to all methods of target
The current behavior for subcribed message bus targets with more than one matching "Handle" method for the given message is to use the first found method and ignore the others.
Here we could use one of two behaviors: