|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.scheduling.annotation.AbstractAsyncConfiguration org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
@Configuration public class AspectJAsyncConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based asynchronous method execution.
EnableAsync
,
AsyncConfigurationSelector
Field Summary |
---|
Fields inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration |
---|
enableAsync, executor |
Constructor Summary | |
---|---|
AspectJAsyncConfiguration()
|
Method Summary | |
---|---|
AnnotationAsyncExecutionAspect |
asyncAdvisor()
The component that will apply async execution advice to beans annotated with the async annotation. |
Methods inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration |
---|
setImportMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AspectJAsyncConfiguration()
Method Detail |
---|
@Bean(name="org.springframework.scheduling.config.internalAsyncExecutionAspect") @Role(value=2) public AnnotationAsyncExecutionAspect asyncAdvisor()
AbstractAsyncConfiguration
asyncAdvisor
in class AbstractAsyncConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |