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

Introduce API to select application listeners [SPR-15441] #20002

Open
spring-projects-issues opened this issue Apr 12, 2017 · 2 comments
Open
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Apr 12, 2017

Oliver Drotbohm opened SPR-15441 and commented

It would be cool if there was an API that allowed accessing application event listeners by different criterias. One obvious candidate would be transactional event listeners but also being able to find and them by a concrete method reference would be useful.

This came up in the development of a prototype for persisted domain events that make sure event publications for transactional event listeners don't get lost in case of an application crash after the transaction has completed and before the event has been processed successfully.


Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Let's put this into the 5.1 backlog for the time being. I might refactor a few things for 5.0 still... but in terms of a public story, this would be a great theme for 5.1.

@spring-projects-issues
Copy link
Collaborator Author

Stéphane Nicoll commented

I like that as well. Maybe something that we could couple with our reactive story somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants