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

expose event handlers for receiving different message types #91

Open
oliverrahner opened this issue Oct 14, 2021 · 0 comments
Open

expose event handlers for receiving different message types #91

oliverrahner opened this issue Oct 14, 2021 · 0 comments

Comments

@oliverrahner
Copy link
Member

Is your feature request related to a problem? Please describe.
It is kind of hard for developers to understand what kinds of messages they can receive and what they need to handle.

Describe the solution you'd like
We could provide a deeper level of events, one for each message type (https://github.com/DKE-Data/messageadapter/blob/088fc103e2a85d931a31aced49dddea895a69fea/ma-ar-router/src/proto/response.proto#L12).
This could be detailed even deeper, e.g. by providing handlers like IsoxmlFileReceived() as a deeper level for MessageReceived().
In the same way, Push Notifications can already be decoded and provided to those lower level event handlers.

Additional context
Thanks to @alexfangmann for the suggestion

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

No branches or pull requests

1 participant