Class 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 Detail

      • DelegatingThreadContextTaskExecutor

        public DelegatingThreadContextTaskExecutor​(org.springframework.core.task.TaskExecutor delegate)
    • Method Detail

      • execute

        public void execute​(Runnable task)
        Specified by:
        execute in interface Executor
        Specified by:
        execute in interface org.springframework.core.task.TaskExecutor