Files
spring-framework/spring-context/src/main/java/org/springframework
Stephane Nicoll bee1b77af5 Manage asynchronous EventListener with replies
This commit makes sure to reject an `@EventListener` annotated method
that also uses `@Async`. In such scenario, the method is invoked in a
separate thread and the infrastructure has no handle on the actual reply,
if any.

The documentation has been improved to refer to that scenario.

Issue: SPR-14113
2016-04-15 13:22:11 +02:00
..
2015-11-12 11:22:08 +01:00
2016-04-04 17:36:17 +02:00
2015-02-28 10:32:40 +01:00