Interface DelegatingSchedulingTaskExecutor

All Superinterfaces:
org.springframework.core.task.AsyncTaskExecutor, DelegatingAsyncTaskExecutor, DelegatingTaskExecutor, Executor, org.springframework.scheduling.SchedulingTaskExecutor, org.springframework.core.task.TaskExecutor
All Known Implementing Classes:
DelegatingSecurityContextSchedulingTaskExecutor, DelegatingThreadContextSchedulingTaskExecutor

public interface DelegatingSchedulingTaskExecutor extends org.springframework.scheduling.SchedulingTaskExecutor, DelegatingAsyncTaskExecutor
Author:
poirigui
  • Field Summary

    Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor

    TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.scheduling.SchedulingTaskExecutor
    The task executor this is delegating for.

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

    execute, submit, submit

    Methods inherited from interface org.springframework.scheduling.SchedulingTaskExecutor

    prefersShortLivedTasks

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

    execute