Interface DelegatingAsyncTaskExecutor

    • Field Summary

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

        TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.core.task.AsyncTaskExecutor getDelegate()
      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 Detail

      • getDelegate

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