Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JobExecutor in org.camunda.bpm.container.impl.deployment
Modifier and TypeMethodDescriptionprotected JobExecutor
StartProcessEngineStep.getJobExecutorService
(PlatformServiceContainer serviceContainer) -
Uses of JobExecutor in org.camunda.bpm.container.impl.deployment.jobexecutor
Modifier and TypeMethodDescriptionprotected JobExecutor
StartJobAcquisitionStep.instantiateJobExecutor
(Class<? extends JobExecutor> configurationClass) Modifier and TypeMethodDescriptionprotected Class<? extends JobExecutor>
StartJobAcquisitionStep.loadJobExecutorClass
(ClassLoader processApplicationClassloader, String jobExecutorClassname) Modifier and TypeMethodDescriptionprotected JobExecutor
StartJobAcquisitionStep.instantiateJobExecutor
(Class<? extends JobExecutor> configurationClass) -
Uses of JobExecutor in org.camunda.bpm.container.impl.jboss.service
-
Uses of JobExecutor in org.camunda.bpm.container.impl.jmx.services
-
Uses of JobExecutor in org.camunda.bpm.engine.cdi.impl
Modifier and TypeClassDescriptionclass
JobExecutor
implementation that utilises an application server's managed thread pool to acquire and execute jobs. -
Uses of JobExecutor in org.camunda.bpm.engine.impl
-
Uses of JobExecutor in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected JobExecutor
ProcessEngineConfigurationImpl.jobExecutor
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setJobExecutor
(JobExecutor jobExecutor) -
Uses of JobExecutor in org.camunda.bpm.engine.impl.cmd
ModifierConstructorDescriptionAcquireJobsCmd
(JobExecutor jobExecutor) AcquireJobsCmd
(JobExecutor jobExecutor, int numJobsToAcquire) -
Uses of JobExecutor in org.camunda.bpm.engine.impl.jobexecutor
Modifier and TypeClassDescriptionclass
This is a simple implementation of theJobExecutor
using self-managed threads for performing background work.class
JobExecutor implementation that delegates the execution of jobs to theRuntimeContainer
class
Modifier and TypeFieldDescriptionprotected final JobExecutor
AcquireJobsRunnable.jobExecutor
protected JobExecutor
DefaultAcquireJobsCommandFactory.jobExecutor
protected JobExecutor
ExecuteJobsRunnable.jobExecutor
protected JobExecutor
MessageAddedNotification.jobExecutor
Modifier and TypeMethodDescriptionvoid
CallerRunsRejectedJobsHandler.jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) void
NotifyAcquisitionRejectedJobsHandler.jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) void
RejectedJobsHandler.jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) ModifierConstructorDescriptionAcquireJobsRunnable
(JobExecutor jobExecutor) BackoffJobAcquisitionStrategy
(JobExecutor jobExecutor) DefaultAcquireJobsCommandFactory
(JobExecutor jobExecutor) MessageAddedNotification
(JobExecutor jobExecutor) SequentialJobAcquisitionRunnable
(JobExecutor jobExecutor) -
Uses of JobExecutor in org.camunda.bpm.engine.spring.components.jobexecutor
Modifier and TypeClassDescriptionclass
This is a spring based implementation of theJobExecutor
using spring abstractionTaskExecutor
for performing background task execution. -
Uses of JobExecutor in org.camunda.bpm.qa.performance.engine.junit
Modifier and TypeFieldDescriptionprotected JobExecutor
ProcessEngineJobExecutorPerformanceTestCase.jobExecutor
-
Uses of JobExecutor in org.camunda.bpm.quarkus.engine.extension.impl
Modifier and TypeClassDescriptionclass
AJobExecutor
implementation that utilises a separate thread pool to acquire and execute jobs. -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicator
CamundaBpmActuatorConfiguration.jobExecutorHealthIndicator
(JobExecutor jobExecutor) -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.actuator
-
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.configuration.impl
Modifier and TypeMethodDescriptionstatic JobExecutor
DefaultJobConfiguration.JobConfiguration.jobExecutor
(org.springframework.core.task.TaskExecutor taskExecutor, CamundaBpmProperties properties) -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.event
Modifier and TypeFieldDescriptionprotected JobExecutor
JobExecutorStartingEventListener.jobExecutor