Package ubic.gemma.core.util.concurrent
Interface DelegatingTaskExecutor
- All Superinterfaces:
Executor,org.springframework.core.task.TaskExecutor
- All Known Subinterfaces:
DelegatingAsyncTaskExecutor,DelegatingSchedulingTaskExecutor
- All Known Implementing Classes:
DelegatingSecurityContextAsyncTaskExecutor,DelegatingSecurityContextSchedulingTaskExecutor,DelegatingSecurityContextTaskExecutor,DelegatingThreadContextAsyncTaskExecutor,DelegatingThreadContextSchedulingTaskExecutor,DelegatingThreadContextTaskExecutor
public interface DelegatingTaskExecutor
extends org.springframework.core.task.TaskExecutor
- Author:
- poirigui
-
Method Summary
Methods inherited from interface org.springframework.core.task.TaskExecutor
execute
-
Method Details
-
getDelegate
org.springframework.core.task.TaskExecutor getDelegate()
-