Example usage for org.springframework.aop.interceptor AsyncExecutionAspectSupport subclass-usage

List of usage examples for org.springframework.aop.interceptor AsyncExecutionAspectSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.interceptor AsyncExecutionAspectSupport subclass-usage.

Usage

From source file org.springframework.aop.interceptor.AsyncExecutionInterceptor.java

/**
 * AOP Alliance {@code MethodInterceptor} that processes method invocations
 * asynchronously, using a given {@link org.springframework.core.task.AsyncTaskExecutor}.
 * Typically used with the {@link org.springframework.scheduling.annotation.Async} annotation.
 *
 * <p>In terms of target method signatures, any parameter types are supported.