spring-framework / org.springframework.scheduling.aspectj / AspectJAsyncConfiguration

AspectJAsyncConfiguration

@Configuration open class AspectJAsyncConfiguration : AbstractAsyncConfiguration

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.

Author
Chris Beams

Author
Stephane Nicoll

Since
3.1

See Also
EnableAsyncorg.springframework.scheduling.annotation.AsyncConfigurationSelectororg.springframework.scheduling.annotation.ProxyAsyncConfiguration

Constructors

<init>

AspectJAsyncConfiguration()

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.

Functions

asyncAdvisor

open fun asyncAdvisor(): AnnotationAsyncExecutionAspect