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

Improve publish / subscribe mechanism for data and events #5

Open
DerAndereAndi opened this issue Oct 13, 2022 · 0 comments
Open

Improve publish / subscribe mechanism for data and events #5

DerAndereAndi opened this issue Oct 13, 2022 · 0 comments
Labels
backlog To be considered in the future enhancement New feature or request

Comments

@DerAndereAndi
Copy link
Member

Current situation:

  • Right now one can only subscribe to everything
  • Every subscriber will be informed about an event on an independent thread

Ideas to improve this:

  • Option to un-/subscribe to specific/set of EventType
  • Option to provide a channel for receiving events
  • Option to provide a callback functions to be invoked for events

More ideas?

@DerAndereAndi DerAndereAndi added the enhancement New feature or request label Nov 3, 2022
@DerAndereAndi DerAndereAndi transferred this issue from enbility/eebus-go Jan 31, 2024
@DerAndereAndi DerAndereAndi added the backlog To be considered in the future label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog To be considered in the future enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant