Interface DelegatingTaskExecutor

All Superinterfaces:
Executor, org.springframework.core.task.TaskExecutor
All Known Subinterfaces:
DelegatingAsyncTaskExecutor, DelegatingSchedulingTaskExecutor
All Known Implementing Classes:
DelegatingSecurityContextAsyncTaskExecutor, DelegatingSecurityContextSchedulingTaskExecutor, DelegatingSecurityContextTaskExecutor, DelegatingThreadContextAsyncTaskExecutor, DelegatingThreadContextSchedulingTaskExecutor, DelegatingThreadContextTaskExecutor

public interface DelegatingTaskExecutor extends org.springframework.core.task.TaskExecutor
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.task.TaskExecutor
     

    Methods inherited from interface org.springframework.core.task.TaskExecutor

    execute
  • Method Details

    • getDelegate

      org.springframework.core.task.TaskExecutor getDelegate()