Interface DelegatingAsyncTaskExecutor

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

public interface DelegatingAsyncTaskExecutor extends org.springframework.core.task.AsyncTaskExecutor, DelegatingTaskExecutor
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.core.task.AsyncTaskExecutor
    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.core.task.TaskExecutor

    execute
  • Method Details

    • getDelegate

      org.springframework.core.task.AsyncTaskExecutor getDelegate()
      The task executor this is delegating for.
      Specified by:
      getDelegate in interface DelegatingTaskExecutor