Class CallerRunsRejectedJobsHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.CallerRunsRejectedJobsHandler
-
- All Implemented Interfaces:
RejectedJobsHandler
public class CallerRunsRejectedJobsHandler extends Object implements RejectedJobsHandler
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description CallerRunsRejectedJobsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
-
-
-
Method Detail
-
jobsRejected
public void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
- Specified by:
jobsRejected
in interfaceRejectedJobsHandler
-
-