Package ubic.gemma.core.util.concurrent
Interface DelegatingAsyncTaskExecutor
- All Superinterfaces:
org.springframework.core.task.AsyncTaskExecutor,DelegatingTaskExecutor,Executor,org.springframework.core.task.TaskExecutor
- All Known Subinterfaces:
DelegatingSchedulingTaskExecutor
- All Known Implementing Classes:
DelegatingSecurityContextAsyncTaskExecutor,DelegatingSecurityContextSchedulingTaskExecutor,DelegatingThreadContextAsyncTaskExecutor,DelegatingThreadContextSchedulingTaskExecutor
public interface DelegatingAsyncTaskExecutor
extends org.springframework.core.task.AsyncTaskExecutor, DelegatingTaskExecutor
- Author:
- poirigui
-
Field Summary
Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.task.AsyncTaskExecutorThe task executor this is delegating for.Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor
execute, submit, submitMethods inherited from interface org.springframework.core.task.TaskExecutor
execute
-
Method Details
-
getDelegate
org.springframework.core.task.AsyncTaskExecutor getDelegate()The task executor this is delegating for.- Specified by:
getDelegatein interfaceDelegatingTaskExecutor
-