Spring aop 在 spring 本地调度应用

Posted by William(王明高) Blog on May 4, 2021

Spring Aop 在 Spring 本地调度(Scheduing)

  • 核心 API
    • Spring 异步 @Enable 模块驱动 - @EnableAsync
    • Spring 异步注解 - @Async
    • Spring 异步配置器 - AsyncConfigurer
    • Spring 异步代理配置 - ProxyAsyncConfiguration
    • Spring 异步 PointcutAdvisor 实现 - AsyncAnnotationAdvisor
    • Spring 异步 MethodInterceptor 实现 - AnnotationAsyncExecutionInterceptor