Package ubic.gemma.core.logging.log4j
Class DelegatingThreadContextTaskExecutor
- java.lang.Object
-
- ubic.gemma.core.logging.log4j.DelegatingThreadContextTaskExecutor
-
- All Implemented Interfaces:
Executor
,org.springframework.core.task.TaskExecutor
- Direct Known Subclasses:
DelegatingThreadContextAsyncTaskExecutor
public class DelegatingThreadContextTaskExecutor extends Object implements org.springframework.core.task.TaskExecutor
- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description DelegatingThreadContextTaskExecutor(org.springframework.core.task.TaskExecutor delegate)
-