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:
DelegatingThreadContextAsyncTaskExecutor
,DelegatingThreadContextSchedulingTaskExecutor
public interface DelegatingTaskExecutor extends org.springframework.core.task.TaskExecutor
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.core.task.TaskExecutor
getDelegate()
-