Interface RejectedJobsHandler
-
- All Known Implementing Classes:
CallerRunsRejectedJobsHandler
,NotifyAcquisitionRejectedJobsHandler
public interface RejectedJobsHandler
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
-
-
-
Method Detail
-
jobsRejected
void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
-
-