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

SpringLib - Provide event listeners #47

Open
6 tasks
mathze opened this issue May 29, 2022 · 0 comments
Open
6 tasks

SpringLib - Provide event listeners #47

mathze opened this issue May 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request in: spring The issue is related to the spring library
Milestone

Comments

@mathze
Copy link
Contributor

mathze commented May 29, 2022

Is your feature request related to a problem? Please describe.
Currently we need to know that RF also supports certain events (e.g. testStarted).
It would be beneficial if the RobotLib would provide a simple way to register event listeners for the different events.

Requirements:

  • (M): We can subscribe to all events RF provide, by calling "simple" functions
  • (M): Support multiple listeners per event
  • (S): Listener can be unsubscribe
  • (M): Aligned with RF the execution of registered listeners is independent from each other
  • (M): The data provided by RF should be mapped to appropriate structures
  • (N): Listeners should not only run independent but also simultaneous to avoid one listener blocks execution of all others.

(M): Must
(S): Should
(N): Nice to have

@mathze mathze added enhancement New feature or request in: spring The issue is related to the spring library labels May 29, 2022
@mathze mathze added this to the 1.0.0 milestone May 29, 2022
@mathze mathze self-assigned this May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in: spring The issue is related to the spring library
Projects
None yet
Development

No branches or pull requests

1 participant