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

[TASK] Replace EventInterfaces by specific Events #573

Conversation

rintisch
Copy link
Collaborator

@rintisch rintisch commented Oct 1, 2024

Replace the used EventInterfaces by the
really used specific Events in the __invoke()
method of Events where it's suitable.

In the next step the superfluous interfaces can
be removed. Furthermore can the Services.yaml
be shortened by using the #AsEventListener
attribute.

Replace the used EventInterfaces by the
really used specific Events in the `__invoke()`
method of Events where it's suitable.

In the next step the superfluous interfaces can
be removed. Furthermore can the `Services.yaml`
be shortened by using the #AsEventListener
attribute.
@rintisch rintisch requested a review from extcode October 1, 2024 09:02
@rintisch
Copy link
Collaborator Author

rintisch commented Oct 1, 2024

This is step 1/3 of the proposal. If it okay I would continue with the other steps.

@extcode extcode self-assigned this Oct 6, 2024
@extcode
Copy link
Owner

extcode commented Oct 6, 2024

@rintisch I think this step is OK. But I would keep the interface as a contract so that developers who use the event know what they can rely on.

@extcode extcode assigned rintisch and unassigned extcode Oct 6, 2024
@rintisch rintisch merged commit eccaa62 into extcode:main Oct 7, 2024
11 checks passed
@rintisch rintisch deleted the task/570-use-specific-events-in-eventlistener branch October 7, 2024 10:05
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

Successfully merging this pull request may close these issues.

2 participants