Class NotifyAcquisitionRejectedJobsHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.NotifyAcquisitionRejectedJobsHandler
- All Implemented Interfaces:
RejectedJobsHandler
- Author:
- Thorben Lindhauer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
-
Constructor Details
-
NotifyAcquisitionRejectedJobsHandler
public NotifyAcquisitionRejectedJobsHandler()
-
-
Method Details
-
jobsRejected
public void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) - Specified by:
jobsRejected
in interfaceRejectedJobsHandler
-