类的使用
org.springframework.aop.interceptor.AsyncExecutionAspectSupport
使用AsyncExecutionAspectSupport的程序包 程序包 说明 org.springframework.aop.interceptor Provides miscellaneous interceptor implementations.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.aop.interceptor中AsyncExecutionAspectSupport的使用
org.springframework.aop.interceptor中AsyncExecutionAspectSupport的子类 修饰符和类型 类 说明 classAsyncExecutionInterceptorAOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.org.springframework.scheduling.annotation中AsyncExecutionAspectSupport的使用
org.springframework.scheduling.annotation中AsyncExecutionAspectSupport的子类 修饰符和类型 类 说明 classAnnotationAsyncExecutionInterceptorSpecialization ofAsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation.