| Package | Description |
|---|---|
| org.bonitasoft.engine.work |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkExecutorServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
BonitaExecutorService |
DefaultBonitaExecutorServiceFactory.createExecutorService(WorkExecutionCallback workExecutionCallback) |
BonitaExecutorService |
BonitaExecutorServiceFactory.createExecutorService(WorkExecutionCallback workExecutionCallback)
Create a bonita executor service with the given
WorkExecutionCallback |
| Constructor and Description |
|---|
BonitaThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
RejectedExecutionHandler handler,
WorkFactory workFactory,
TechnicalLoggerService logger,
org.bonitasoft.engine.commons.time.EngineClock engineClock,
WorkExecutionCallback workExecutionCallback) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.