|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncConfigurer
Interface to be implemented by @Configuration
classes annotated with @EnableAsync
that wish to customize the
Executor
instance used when processing async method invocations.
See @EnableAsync
for usage examples.
AbstractAsyncConfiguration
,
EnableAsync
Method Summary | |
---|---|
java.util.concurrent.Executor |
getAsyncExecutor()
The Executor instance to be used when processing async
method invocations. |
Method Detail |
---|
java.util.concurrent.Executor getAsyncExecutor()
Executor
instance to be used when processing async
method invocations.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |