类 WebAsyncManagerFactory.MvcSimpleAsyncTaskExecutor

java.lang.Object
cn.taketoday.util.CustomizableThreadCreator
cn.taketoday.core.task.SimpleAsyncTaskExecutor
cn.taketoday.web.context.async.WebAsyncManagerFactory.MvcSimpleAsyncTaskExecutor
所有已实现的接口:
cn.taketoday.core.task.AsyncListenableTaskExecutor, cn.taketoday.core.task.AsyncTaskExecutor, cn.taketoday.core.task.TaskExecutor, Serializable, AutoCloseable, Executor
封闭类:
WebAsyncManagerFactory

private static class WebAsyncManagerFactory.MvcSimpleAsyncTaskExecutor extends cn.taketoday.core.task.SimpleAsyncTaskExecutor
A default MVC AsyncTaskExecutor that warns if used.
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static boolean
     

    从类继承的字段 cn.taketoday.core.task.SimpleAsyncTaskExecutor

    NO_CONCURRENCY, UNBOUNDED_CONCURRENCY

    从接口继承的字段 cn.taketoday.core.task.AsyncTaskExecutor

    TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     

    从类继承的方法 cn.taketoday.core.task.SimpleAsyncTaskExecutor

    close, doExecute, execute, getConcurrencyLimit, getThreadFactory, isActive, isThrottleActive, newThread, setConcurrencyLimit, setTaskDecorator, setTaskTerminationTimeout, setThreadFactory, setVirtualThreads, submit, submit, submitListenable, submitListenable

    从类继承的方法 cn.taketoday.util.CustomizableThreadCreator

    createThread, getDefaultThreadNamePrefix, getThreadGroup, getThreadNamePrefix, getThreadPriority, isDaemon, nextThreadName, setDaemon, setThreadGroup, setThreadGroupName, setThreadNamePrefix, setThreadPriority

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 cn.taketoday.core.task.AsyncTaskExecutor

    submitCompletable, submitCompletable
  • 字段详细资料

    • taskExecutorWarning

      private static boolean taskExecutorWarning
  • 构造器详细资料

    • MvcSimpleAsyncTaskExecutor

      public MvcSimpleAsyncTaskExecutor()
  • 方法详细资料

    • execute

      public void execute(Runnable task)
      指定者:
      execute 在接口中 Executor
      指定者:
      execute 在接口中 cn.taketoday.core.task.TaskExecutor
      覆盖:
      execute 在类中 cn.taketoday.core.task.SimpleAsyncTaskExecutor