@Component
public class WorkflowExecuteThreadPool
extends org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
| 构造器和说明 |
|---|
WorkflowExecuteThreadPool() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
executeEvent(WorkflowExecuteThread workflowExecuteThread)
execute workflow
|
void |
startWorkflow(WorkflowExecuteThread workflowExecuteThread)
start workflow
|
void |
submitStateEvent(StateEvent stateEvent)
submit state event
|
cancelRemainingTask, createQueue, execute, execute, getActiveCount, getCorePoolSize, getKeepAliveSeconds, getMaxPoolSize, getPoolSize, getThreadPoolExecutor, initializeExecutor, setAllowCoreThreadTimeOut, setCorePoolSize, setKeepAliveSeconds, setMaxPoolSize, setQueueCapacity, setTaskDecorator, submit, submit, submitListenable, submitListenableafterPropertiesSet, destroy, initialize, setAwaitTerminationMillis, setAwaitTerminationSeconds, setBeanName, setRejectedExecutionHandler, setThreadFactory, setThreadNamePrefix, setWaitForTasksToCompleteOnShutdown, shutdowncreateThread, getDefaultThreadNamePrefix, getThreadGroup, getThreadNamePrefix, getThreadPriority, isDaemon, nextThreadName, setDaemon, setThreadGroup, setThreadGroupName, setThreadPrioritypublic void submitStateEvent(StateEvent stateEvent)
public void startWorkflow(WorkflowExecuteThread workflowExecuteThread)
public void executeEvent(WorkflowExecuteThread workflowExecuteThread)
Copyright © 2022 The Apache Software Foundation. All rights reserved.