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:
DelegatingThreadContextAsyncTaskExecutor
,DelegatingThreadContextSchedulingTaskExecutor
public interface DelegatingAsyncTaskExecutor extends org.springframework.core.task.AsyncTaskExecutor, DelegatingTaskExecutor
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.core.task.AsyncTaskExecutor
getDelegate()
The task executor this is delegating for.
-
-
-
Method Detail
-
getDelegate
org.springframework.core.task.AsyncTaskExecutor getDelegate()
The task executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingTaskExecutor
-
-