Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
Packages that use ThreadPoolJobExecutor
-
Uses of ThreadPoolJobExecutor in org.camunda.bpm.engine.impl.jobexecutor
Subclasses of ThreadPoolJobExecutor in org.camunda.bpm.engine.impl.jobexecutorModifier and TypeClassDescriptionclass
This is a simple implementation of theJobExecutor
using self-managed threads for performing background work.