Method to Intercept @Scheduled and @Async without AOP [SPR-15562] #20121
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Jon Schneider opened SPR-15562 and commented
Both Spring Cloud Sleuth and Spring Metrics (and less likely, security?) could benefit from a method to intercept and instrument
@Scheduled
and@Async
methods that doesn't require AOP.Perhaps interceptors could be folded into the registration process in
ScheduledAnnotationBeanPostProcessor
?Affects: 5.0 RC2
The text was updated successfully, but these errors were encountered: