Java 5 annotation for asynchronous method execution.
-
Abstract base Configuration class providing common structure for enabling
asynchronous method execution capability.
Bean post-processor that automatically applies asynchronous invocation
behavior to any bean that carries the
Async annotation at class or
method-level by adding a corresponding
AsyncAnnotationAdvisor to the
exposed proxy (either an existing AOP proxy or a newly generated proxy that
implements all of the target's interfaces).
Enables asynchronous method execution capability, similar to functionality
found in <task:*> XML namespace.
Annotation that marks a method to be scheduled.
Bean post-processor that registers methods annotated with
@Scheduled to be invoked by a
TaskScheduler according to the
"fixedRate", "fixedDelay", or "cron" expression provided via the annotation.