| Package | Description |
|---|---|
| org.bonitasoft.engine.work |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBonitaExecutorServiceFactory
Use ThreadPoolExecutor as ExecutorService
The handling of threads relies on the JVM
The rules to create new thread are:
- If the number of threads is less than the corePoolSize, create a new Thread to run a new task.
|
| Constructor and Description |
|---|
WorkExecutorServiceImpl(BonitaExecutorServiceFactory bonitaExecutorServiceFactory,
TechnicalLoggerService loggerService,
long workTerminationTimeout) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.