Class DelegatingThreadContextAsyncTaskExecutor

    • Constructor Detail

      • DelegatingThreadContextAsyncTaskExecutor

        public DelegatingThreadContextAsyncTaskExecutor​(org.springframework.core.task.AsyncTaskExecutor delegate)
    • Method Detail

      • execute

        public void execute​(Runnable task,
                            long startTimeout)
        Specified by:
        execute in interface org.springframework.core.task.AsyncTaskExecutor
      • submit

        public Future<?> submit​(Runnable task)
        Specified by:
        submit in interface org.springframework.core.task.AsyncTaskExecutor
      • submit

        public <T> Future<T> submit​(Callable<T> task)
        Specified by:
        submit in interface org.springframework.core.task.AsyncTaskExecutor