@Component
public class WorkflowExecuteThreadPool
extends org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
| Constructor and Description |
|---|
WorkflowExecuteThreadPool() |
| Modifier and Type | Method and Description |
|---|---|
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, shutdownnewThreadcreateThread, 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.